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

Keywords in facet option are not complete #127

Open
emarzini opened this issue Mar 19, 2024 · 2 comments
Open

Keywords in facet option are not complete #127

emarzini opened this issue Mar 19, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@emarzini
Copy link

The facet option returned with a empty search (without specify any kind of filter) are not complete.
We found this bug analyzing "Keywords" as an example.

If the user are searching for Document without filter we can see that some results have keyword that are not in the available option in the filter

Screenshot 2024-03-19 at 09 12 50

Screenshot 2024-03-19 at 09 14 08

If the user refines the search clicking on some filters, SOLR returns results and the available option for the facets. Now the user can see the keyword there weren't present before

Screenshot 2024-03-19 at 09 14 42

The same behavior is present in the current production environment

Screenshot 2024-03-19 at 09 15 50

Screenshot 2024-03-19 at 09 16 02

@emarzini emarzini added the bug Something isn't working label Mar 19, 2024
@pbuttigieg
Copy link
Collaborator

To verify: Ensure that not only text literals are Retrieved, but also keywords in the DefinedTerm stanzas

@fils and @jmckenna to verify graph and SOLR congruence on our side

@pbuttigieg
Copy link
Collaborator

An example call made to Solr for the Documents Topic:

params={q=:&facet.field=type&facet.field=txt_keywords&facet.field=txt_contributor&facet.field=txt_provider&start=0&q.op=AND&sort=indexed_ts+desc&facet.mincount=1&fq=%2Btype:(CreativeWork)&rows=10&facet=true}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants