Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rdms:search:start [2022/01/31 10:43]
marguerite
— (current)
Line 1: Line 1:
-{{ :rdms:search:search.png?400|}}{{indexmenu_n>6}} 
-====== Search ====== 
- 
-When clicking the Search button a new screen opens.  
-  * We have a simple search screen 
-  * an advanced search screen 
-  * and the option to save your search parameters 
- 
-===== Advanced syntax: ===== 
- 
-Main change is the following: 
-before: 
-when someone was typing: a b 
-in any of the search fields, the search engine was parsing it to  %a% and %b% 
-it did not look correct, as I might want to search for the phrase... '%a b% 
-Also there was a logical bug in case of metadata search. In terms of functionality it was the correct result, but not what the user would expect. 
- 
-now: 
-when one types: a b 
-engine will search for %a b% but if one will type: a & b 
-then it will search for %a% and %b%, also in case of metadata it all logically correct now 
- 
-The rest is as it were 
-'|' - as OR condition ( a & b | b & c ) -> (%a% and %b%) OR ( %b% and %c%) 
-"<>" - exact match ("a b") will be 'a b' search.