on 2017 May 11 10:40 AM
I am trying to search via onedx.find.sap.com with the following criteria:
"include <object>"
and I get these results:
https://onedx.find.sap.com/s#t=%22include%20%3Cobject%3E%22&n=1&p=default&repo=srh
In my case < and > are not treated as a part of the search criteria.
What additional parameters do I need to pass and what formatting should I use to enforce exact search with such characters?
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
I now learned that this is covered in this documentation.The syntax asked about is not supported.
Are there any characters I cannot search on? The full text index ignores all of the following characters .'\/;,:-_()[]<>!?*@+{}="&#$~|‚ (token separators). This usually leads to good search results but in some special situations does restrict search capabilities. If you want to search on file endings such as '*.txt' - the system interprets with as search for 'txt' - and only occasionally returning results as expected. The closest result is using API with 'like' operator - not giving back any ranking, having rather poor performance and not available via UI. In case you want to search for a particular file name such as 'error_101.txt' the normal query can be improved using an exact search query "error 101 txt" (which is synonym to "error_101.txt"). In this case typos are certainly not taken care of.
In case you are seeking for a product version '4.1', this query handled the same as searching for '1 or 4'. Similar to the above it is recommended to combine this with a product name and using exact search - such as "netweaver 4.1"
Thanks to Jason Lax who provided this answer.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you both, for taking the time to explain. I was hoping, that there was some escape character, which I did not think of, that could do the trick.
Unfortunately, both links are not accessible for non-SAP employees, but I think, that I understood the case by the provided explanation.
If, at some point, part of this documentation could be published for public use, this would be really great, because if people understand how SAP search functions, they can take better advantage of its capabilities.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.