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

CSKG single faceted browsing page: search results, filters, detail view #149

Closed
gordom6 opened this issue Jul 2, 2020 · 2 comments
Closed

Comments

@gordom6
Copy link
Contributor

gordom6 commented Jul 2, 2020

Similar to policy set viz interface by Joshua.

@gordom6 gordom6 changed the title Single faceted browsing page: search results, filters, detail view CSKG single faceted browsing page: search results, filters, detail view Jul 2, 2020
@gordom6
Copy link
Contributor Author

gordom6 commented Aug 6, 2020

I implemented getMatchingNodeFacets(query = filters + text). The facets are currently sources only.

Standard faceted search =
query for "all facets" before filters (query = text only or the whole database if no text was specified)
query for "current facets" after filters (query = filters + text)
For searchbox full text search all facets = current facets to start out with.

Then display checkboxes for "selected" current facets out of all facets.
All facets stays the same throughout the faceted search process, since text is not changing. If the user enters a new search and text changes, then the facets are also reset.

@gordom6
Copy link
Contributor Author

gordom6 commented Aug 7, 2020

Added facets as a side panel to the search results page. We could still add a detail page, not sure.

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

1 participant