I have a requirement where user can multi select search fields from application and fire the search.
So lets take 2 fields for the discussion where I need to apply full text search on both fields. I have created 2 separate text index on both columns. How can I make use of both indexes using compound operator? is there a way?
Note: there can be up to 5 search fields user can select and in different order.
Thanks Amy.
As mentioned earlier, I have up to 5 fields that can be selected by the user in any order and all 5 are searchable fields. In this case, If I add all those 5 fields in one index - will it work even I change the order of fields or limit the search with 3 fields?