Hi All,
I am facing issue with search using Query Builder API is a specific scenario. I am giving one example on the same.
Suppose, I have a page which includes multiple jcr properties(recipeTitle, recipeShortDescription, recipeIcon, cookingIngredients, etc.). Now, I have a keyword, which I want to search on a particular property(eg. ONLY in recipeTitle), or on only some selected properties(eg. ONLY on recipeTitle AND recipeShortDescription).
How to achieve the same?
regards,
Kaustav