Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Browse page filter by specific fields #79

Open
evanwill opened this issue Dec 11, 2023 · 4 comments
Open

Browse page filter by specific fields #79

evanwill opened this issue Dec 11, 2023 · 4 comments

Comments

@evanwill
Copy link
Contributor

evanwill commented Dec 11, 2023

Describe what feature you'd like. Pseudo-code, mockups, or screenshots of similar solutions are encouraged!

Add filter in specific fields (rather than just all configured metadata) to Browse js.

  • js to support filtering on specific fields, applying multiple filters in sequence. (I think this is still not fuzzy search, just basic filter similar to current set up)
  • replace using # hash in url with using query strings ? to add specific filters, e.g. /browse.html?title=dogs&subject=example&date=1900. (maybe # would continue to function as currently, filtering via all metadata).
  • create interface for applying filters and displaying currently applied filters on page
  • Subject buttons on item cards on the Browse, and links to Browse from else where (Cloud pages etc) will need to be updated accordingly

Any links to similar examples or other references we should review?

See wax-facets demo, github

@evanwill
Copy link
Contributor Author

@maehr are you working on something like this? I don't have any code written yet, but this is the basics of what I was thinking. If you are already working on similar, let me know--thank you!

@maehr
Copy link
Contributor

maehr commented Dec 13, 2023

Hi @evanwill we want to implement faceted search (a must), but I don't know yet if we will start in the first or second quarter of 2024. @koilebeit @mtwente and I will discuss our roadmap on 20.12.2023 (that's the CollectionBuilder day ;) )

@evanwill
Copy link
Contributor Author

@maehr when you say faceted search, do you mean on the Search page (with Lunr or similar) or on the Browse page (or both)?

@maehr
Copy link
Contributor

maehr commented Dec 14, 2023

I will be able to give you details in a week. We will open issues on this tracker for all features we plan to implement. Is this ok for you?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants