I'm having a problem that seems similar to the one described in #2788. Attempting to search for an exact email address is considered invalid. Is there any way to extend the parsing logic via props/configuration that would allow this use case?


On the server side, we're using the following custom analyzer to make sure emails are being tokenized correctly, so I think this may be the last piece of the puzzle
email_analyzer = analyzer("email_analyzer", tokenizer="uax_url_email")
Thanks!
I'm having a problem that seems similar to the one described in #2788. Attempting to search for an exact email address is considered invalid. Is there any way to extend the parsing logic via props/configuration that would allow this use case?
On the server side, we're using the following custom analyzer to make sure emails are being tokenized correctly, so I think this may be the last piece of the puzzle
Thanks!