Is it possible to list Meta tag fields on the search form as Check boxes, like they can be with categories, instead of multi-select drop down menu? Second unrelated question; How is the search result list order determined? Is there a way to have results display alphabetically per the page title? Thank you in advance for your help.
Announcement
Collapse
No announcement yet.
Meta Tag display
Collapse
X
-
There's no built-in support for checkboxes with custom meta fields. But you could manually define the search form yourself in HTML. Just "View Source" on the generated search form, and copy the HTML, making sure to use the same variable names. See this FAQ for examples:
http://www.wrensoft.com/zoom/support...tml#searchform
The search results are ordered by relevance, as described here. You can also sort by date (descending, i.e. newest first). In the next version (V7), you will also be able to sort by date ascendingly (oldest first).
Sorting alphabetically by title is not supported, and in most cases, not very useful. Most users would not expect this and would find it confusing. Having said that, we have had some requests for this, and we may consider making it a built-in option if we get more demand (or a request for custom development).
Comment