I've been playing around with this some more and have read various posts about needing to add something like this to sphinx.yml
development: enable_star: true min_prefix_len: 3 Doing that throws: ERROR: index 'user_core': infixes and morphology are enabled, enable_star=0distributed index 'user' can not be directly indexed; skipping. Any ideas what I'm missing here? On Tue, May 26, 2009 at 10:26 AM, ben wiseley <[email protected]> wrote: > I can't seem to figure out, using extended or extended2 match mode, how to > have ts return results for things like this: > > data: login is "bobjones" > > define_index do > indexes login, :sortable => true > > search for: bob - returns noting > > I tried doing bob* - no luck > > I tried adding allow_star true to config - no luck > > Any ideas on this? > > -ben > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
