This is an old revision of the document!


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

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.