Hi,
i'm trying to implement a site search with one search field which would search through dataObject's two fields, Name and Description, and return results matching on ANY of the fields. For these two db fields I created fulltext filters, so that defaultsearchcontext uses fulltextfilters.
I'm facing two problems:
1) first how to attach keywords from one input field to match for both db fields?
2)how to do OR search instead of AND?
Cheers,
Igor