Hi,
I can not find my solution anywhere, so I am writing my own topic.
I am using Search UI that has its data from an engine that is based on an index created by my own logstash pipeline.
Now, everything works fine, just there is one field that I want to be able to search that looks like this: "329/345/49".
What is happening now is that if I search this, it will search for string that contains either 329 , 345 or 49. But I want to search for exact the string "329/345/49". I tried with the Path hierarchy tokenizer as I know slash is a special character and added it into an index template for the index to use but it will not enable me to search for just the exact string so that it will ONLY give me that one result which has the EXACT match.
If you have any idea, please help me out I would greatly appreciate it.
Thank you!