Customizing search

cancel
Showing results for 
Search instead for 
Did you mean: 
koulritesh98
Active Member

Customizing search

I want to customize the search in node browser, so that I can get desired results. For example before executing any query I want to check whether the query is as I want it to be, and then want to execute it. What should I do? I am using SDK 3. 

2 Replies
jljwoznica
Senior Member

Re: Customizing search

I'm not sure I understand your question. Can you provide an example of what you mean? Thank you.

koulritesh98
Active Member

Re: Customizing search

In the node browser, when I search using some query, for example, my:name:"abc" AND my:id:"1", it gives me the content matching these values. But now I  actually want to change the query so that the values will have prefixes in them like, my:name:"1_abc" AND my:id:"1_1" because name and id are now multivalued property, so I want to implement a custom search where I will check for these prefixes, if both of them are equal, only then I would allow the search.