We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 550f0f4 commit 75112e0Copy full SHA for 75112e0
1 file changed
test/components/renku_data_services/search/test_solr_token.py
@@ -132,5 +132,5 @@ def test_created_by_exists() -> None:
132
def test_content_all() -> None:
133
assert st.content_all("abc") == "content_all:(abc~)"
134
assert st.content_all("a+b+c") == "content_all:(a\\+b\\+c~)"
135
- assert st.content_all("ab cd") == "content_all:(ab~ cd~)"
136
+ assert st.content_all("ab cd") == "content_all:(ab\\ cd~)"
+ assert st.content_all("ab cd") == "content_all:(ab\\ \\ \\ \\ cd~)"
0 commit comments