projectEndings / staticSearch

A codebase to support a pure JSON search engine requiring no backend for any XHTML5 document collection
https://endings.uvic.ca/staticSearch/docs/index.html
Mozilla Public License 2.0
46 stars 21 forks source link

Consider making the Search and Clear buttons position: fixed #211

Open martindholmes opened 2 years ago

martindholmes commented 2 years ago

Users on projects with lots of search filters on the search page often complain that although there are Search buttons at the top and the bottom, that's still a long way to scroll when you're working in the middle of the filters. Since they're always needed, Search and Clear should perhaps always be visible, in a fixed-position box on the page.

joeytakeda commented 2 years ago

If we want to do a full blown redesign, we could model the appearance on the filtering mechanism on Landscapes: https://loi.uvic.ca/archive/loiCollectionCustodianCaseFiles_search.html

I personally prefer the sidebar menu for filter heavy searches, especially since it’s similar to the way library catalogues searches tend to look.

martindholmes commented 2 years ago

Agreed; that's a good model (although for sites with lots of filters it'll need to be more expandable).