Is this possible? I'm attempting to build search functionality for pages that implement a certain interface. The original need for this was because we need to filter by properties that are exclusive to this interface, but then the stakeholders decided they'd like to use this in conjunction with a free text search.
How would I go about this? For the free text search I was under the impression that I use:
You can do a freetext search with a typed search. UnifiedSearch is used when you want to search over multiple types. So there's no need to use UnifiedSearch just to do a freetext search.
Is this possible? I'm attempting to build search functionality for pages that implement a certain interface. The original need for this was because we need to filter by properties that are exclusive to this interface, but then the stakeholders decided they'd like to use this in conjunction with a free text search.
How would I go about this? For the free text search I was under the impression that I use:
And I know that I can use:
But this seems messy to me. Originally I was able to pass in the type like this: