search: enable AND operator and cross_field #2128
tests.yml
on: pull_request
Node_Tests
1m 45s
Matrix: Python_Tests
Annotations
3 errors and 2 warnings
Python_Tests (3.9, postgresql14, opensearch2):
tests/api/test_documents_search.py#L20
test_search_multiple_fields_with_cross_fields
assert 0 == 1
|
Python_Tests (3.9, postgresql14, opensearch2):
cds_ils/config.py#L1
Black format check
--- /home/runner/work/cds-ils/cds-ils/cds_ils/config.py 2024-10-07 07:37:42.553810+00:00
+++ /home/runner/work/cds-ils/cds-ils/cds_ils/config.py 2024-10-07 07:42:30.329147+00:00
@@ -100,11 +100,10 @@
# "analyzer": "custom_analyzer"
# }
# Explanation:
# "((+title:theory +authors.full_name:theory) | (+authors.full_name:schwartz +title:schwartz))"
extra_params["type"] = "cross_fields"
-
###############################################################################
# Search
###############################################################################
|
Python_Tests (3.9, postgresql14, opensearch2)
Process completed with exit code 127.
|
Node_Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Python_Tests (3.9, postgresql14, opensearch2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|