Please pick a subcategory to help organize the information. Thanks!
I am trying to filter on a product name in my search for stores that contain certain product names.
I have been reading through the documentation and this forum quite a bit. I do not see the operator: contains keyword ? All I see is the : contains operator.
My advanced filter looks like this:
Advanced: This company’s Company_Products: each item’s Product_Name_EN contains Input Search Keyword’s value
Input Search Keyword is afield in my page.
Company_Product has a field that is called Company Products (it’s a list of data type store products)
Each product in Store Products has a text field called Product_Name_EN
Looks like “contains keywords” isn’t available in advanced filters… just in the regular “Search for” box and in :filter.
FWIW… if you can keep everything in the “Search for” box, that’s best, since it will all run server side (=fast and scalable). “:filter” and advanced filters execute client side (on the user’s browser) and so the speed bogs down as the data set grows.
In your screenshot, the search constraints you’ve put in the box that says “Search for companys” is a server side search. The box that says “List filter” is client side.