We are using the InputBox extension. We want to have a search function using two checkboxes like this:
So, a user can select neither, one or both checkboxes which refer to specific text on the page. That is, if the user selects "Platform 1.0" the search will return pages with "Platform 1.0" on the page. (Actually: they will return pages using a specific semantic property which results in text on the page.)
So we want a way to search for the platform text and the text entered in the search box.
We've tried:
- putting these pages into categories, but we did this using templates (categories in the templates) which does not make them searchable using incategory.
- writing new PHP code for InputBox using the namespaces / prefix code, but these both use specific words in the search API, apparently. We can't add specific words to e.g. the search URL.
- using Semantic's search by property, but we can't add custom text (entered by the user) to that query.
Ideas very welcome!