Hi
Could you please confirm if it is possible to-
configure a PHP search with a hidden value as a "must contain" & have a search text box for the usual any word search.
(hidden = xxxdept2xxx, zoom_query = my search text)
would only return results that contain xxxdept2xxx, but would search "my, &/or search, &/or text" within those.
Thus, I would be able to dynamically manage department/category searches by specifying the department/category in the hidden field & a normal search box for the client.
I am aware that you have a category option, but this needs managing within the zoom GUI. (I appreciate that there is an import option, but this still causes me automation & dynamcy issues.)
Thanks. (happy to work on a PHP mod, if you could suggest a route.)
Could you please confirm if it is possible to-
configure a PHP search with a hidden value as a "must contain" & have a search text box for the usual any word search.
(hidden = xxxdept2xxx, zoom_query = my search text)
would only return results that contain xxxdept2xxx, but would search "my, &/or search, &/or text" within those.
Thus, I would be able to dynamically manage department/category searches by specifying the department/category in the hidden field & a normal search box for the client.
I am aware that you have a category option, but this needs managing within the zoom GUI. (I appreciate that there is an import option, but this still causes me automation & dynamcy issues.)
Thanks. (happy to work on a PHP mod, if you could suggest a route.)
Comment