I am implementing elasticsearch on tire in my ruby on rails application.
I am doing pretty good so far with it. Now I want to retrieve results that matches exact values.
e.g. If there are two records with title “once upon” and “once upon a time”,
“title: once upon” should return only one with title exactly “once upon”
I am implementing elasticsearch on tire in my ruby on rails application. I am
Share
Here is example code:
Hope it will helpful!