updatelucene

This commit is contained in:
Gal Shubeli 2025-07-27 17:19:37 +03:00
parent a5d0d7f7e5
commit 88f7fbc4a5

View file

@ -81,12 +81,15 @@ def lucene_sanitize(query: str) -> str:
']': r'\]',
'^': r'\^',
'"': r'\"',
"'": r"\'",
'~': r'\~',
'*': r'\*',
'?': r'\?',
':': r'\:',
'\\': r'\\',
'/': r'\/',
'@': r'\@',
'%': r'\%',
'O': r'\O',
'R': r'\R',
'N': r'\N',