> Hi all,
> 
> I need some help with a curious problem i can't find a
> solution for. I am somewhat of a newbie with the various
> analyzers and handlers and how they work together, so im
> looking for advice on how to proceed with my issue.
> 
> I have content with text like 'product+' which has been
> indexed as text. I need to search for the character '+', but
> try as I might i can't do this.
> 
> From the docs it should just be a matter of escaping:

> I believe that the + is being stripped somehow but im not
> sure where exactly to look.

I think your analyzer is eating up +, which tokenizer are you using in it?
Do you want to return documents containing 'product+' by searching '+'?



      

Reply via email to