-
Notifications
You must be signed in to change notification settings - Fork 25
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
2nd-level values of hierarchical facets are not always sorted according to their parent value #1697
Comments
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 12, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
This is not a bug, this is how it works in Elastic search. But we can change the display the way we want to. |
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 17, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 18, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 18, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 23, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Feb 25, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 2, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 3, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 3, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 4, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 4, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 8, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 Co-Authored-by: Peter Weber <peter.weber@rero.ch>
rerowep
added a commit
to rerowep/rero-ils
that referenced
this issue
Mar 8, 2021
* The functionality of the document main, sub type facet for documents with multiple types was not clear. Now we display only the sub types accossiated with the main type in the facet. * closes rero#1697 * Adds memoized decorator. (https://flask-caching.readthedocs.io/en/latest/api.html#flask_caching.Cache.memoize) Co-Authored-by: Peter Weber <peter.weber@rero.ch>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
A document can have a repetitive document type (main type + subtype). In this case, if it has 2 different main types, this generates a problem in the facet (see screenshot).
Example: a document has the following main types/subtypes:
a/1
+b/2
. If the main typea
is selected in the facet,1
is then proposed as sub-facet, but2
is also proposed.To Reproduce
Expected behavior
2
should not be proposed as subfacet ofa
.Context
v1.0.0
Screenshots
"CD-Rom, DVD-Rom" belongs to the main type "Support électronique".
The text was updated successfully, but these errors were encountered: