AEM6.3 - QueryBuilder - filter by properties that contains some string
Hi,
We are using QueryBuilder to do the search on our website.
We have a list of vanitys url's stored on a property called sling:vanityPath that is a multivalued property.
I want to put on the search criteria a restriction to search pages that contains some string on the vanity urls.
For example:
search pages that contains "en_us" on the property sling:vanityPath (that is a multivalued property).
Is it posible to do something like this?
I could not found anything similar on the internet, I appreciate any help.
Thank you very much in advance.