One field in my model looks like this: "123, 456, 789" (or any
number). Could I index those numbers as MVAs on my model?
Which might look like:
define_indexes do
...
has numbers => self.numbers.split(", ")
end
Or something like that? Hopefully that makes sense.
Thank you for any help.
--
You received this message because you are subscribed to the Google Groups
"Thinking Sphinx" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/thinking-sphinx?hl=en.