Hello team,
I'm exploring more_like_this option but not getting expected results.
I have data from application logs and I want to find all entries which have "backup" in them.
Now this can be present in multiple ways like "backup", "back up", "backups" etc.
I tried using more_like_this, but when I enter "like" : ["backup","back up"], I found it is fetching results for terms which have "UP" (and no "back" word in it) in them, which as a result is wrong for me.
Am I doing something very wrong? How can I pass a term which has "space" in it?