Ah, this is because you're dealing with a string ordinal, and they are sadly unreliable when using deltas (and can't be updated on the fly in Sphinx).
I've tried to find a way around this before, but no luck thus far... sorry. -- Pat On 08/11/2010, at 8:00 AM, djfobbz wrote: > sorry i haven't responded to this thread in a while but i've found the > culprit to be the following: > > indexes "REPLACE(listings.name, \"'\", '')", :as > => :name_without_chars > > everything worked after i took that line of code out. thought i'd post > this in case others were running into issues. > > -- > 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. > -- 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.
