parent
28ec5b5871
commit
ae9b5eca9c
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ def lucene_sanitize(query: str) -> str:
|
|||
'?': r'\?',
|
||||
':': r'\:',
|
||||
'\\': r'\\',
|
||||
'/': r'\/'
|
||||
}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue