Hi everynone!
I'm currently rewritting an search page so it uses react and Umbracos Content Delivery Api. My problem is, that I cant seem to find any good examples or code of a search page implementing content delivery api, where the user can search for more than just the name of the items.
I need to be able so search on a wide varity of things, such as text elements inside the blockGrid, author, id and of course the name/title. But if I'm reading things correctly on umbraco docs, its only filter=name:xxxx? or else I have to do a manuel / custom filter? The examine index works great this way with wild cards searches
What are the best way to create a headless/app search with the Content delivery Api or do I need to something else?
Friendly regards
Nicklas