I would like to write something like this:
keywords ['apple', 'peach'], :fields => [:fruits]
If I have two different instances where one has 'apple' and the other has 'peach', I want both of them to be returned in results.
I have tried syntax, that I have mentioned above, but I only get a match for first term('apple').
Does sunspot even supports this? I was not able to find that it does which does not mean that I haven't missed something.