-
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
Search with AND operator does not work as expected. #384
Labels
Comments
Duplicate of #369. |
jma
added a commit
to jma/rero-ils
that referenced
this issue
Jul 11, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves remove useless pid existance check in JSON serializer. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Jul 11, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves remove useless pid existance check in JSON serializer. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Jul 11, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves remove useless pid existance check in JSON serializer. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
jma
added a commit
to jma/rero-ils
that referenced
this issue
Jul 11, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves remove useless pid existance check in JSON serializer. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils
that referenced
this issue
Jul 12, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves remove useless pid existance check in JSON serializer. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils
that referenced
this issue
Jul 12, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils
that referenced
this issue
Jul 15, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils
that referenced
this issue
Jul 16, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
to Garfield-fr/rero-ils
that referenced
this issue
Jul 16, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes rero#384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes rero#89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Garfield-fr
added a commit
that referenced
this issue
Jul 16, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes #384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes #89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
iGormilhit
pushed a commit
that referenced
this issue
Aug 7, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes #384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes #89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
jma
added a commit
that referenced
this issue
Aug 26, 2019
* Adds a new display_score url parameters `display_score=1`. * Restore OR default search operator, closes #384. * Improves Elasticsearch mappings and JSONSchema for documents: * two JSONSchema: one minimal for havested records and one for internal record. * unique elasticsearch mapping * Put cantook and internal records in the same Elasticsearch index. * Improves search page layout. * Improves serializers permissions, closes #89. Co-Authored-by: Johnny Mariéthoz <[email protected]> Co-Authored-by: Bertrand Zuchuat <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since the configuration of search with the default boolean operator AND, searching with two terms in multiple fields often result with no match, because the query is done with the two terms through each fields.
TODO:
The text was updated successfully, but these errors were encountered: