RegeX in Querybuilder
Hello,
Can i give regular expression for path.
If i have to search in a path /content/geometrixx/*/products.
Any pointers on this would be helpful.
Thanks,
Meenakshi
Hello,
Can i give regular expression for path.
If i have to search in a path /content/geometrixx/*/products.
Any pointers on this would be helpful.
Thanks,
Meenakshi
As mentioned earlier, regex is not supported for path in the querybuilder.
You can do following things:
1. Specify multiple paths (if there are not too many folder entries):
group.1_path=/content/geometrixx/abc/products
group.2_path=/content/geometrixx/def/products
2. Query base path, example - /content/geometrixx/ and fine tune your index using lucene indexes. You can also filter the query result sets later using Java 8 stream APIs
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.