-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Description
Hi,
I parsed the expression Category:"Logon and expected SearchField('Category', Word('"Logon')).
However i received luqum.exceptions.IllegalCharacterError.
I parsed the expression Category:Logon" and expected luqum.exceptions.IllegalCharacterError.
However i received SearchField('Category', Word('Logon"')).
from luqum.parser import parser
# No traceback
tree = parser.parse('Category:Logon"')
print(repr(tree))
# Traceback
tree = parser.parse('Category:"Logon')
print(repr(tree))Is this an expected behavior ?
Shouldn't both expressions react in the same way ?
Is it related to this issue ? #86
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels