Hi! I'm using wildcard search and a min_infix_length: 2. This works great, but not when I'm searching for an entry that contains a single-letter word, and I search for that word. For example if the entry has a text of "a random name", and I search for this exact text, the search string ends up being "'*a* *random* *name*'", and the *a* ends up not matching anything.
Is there any simple way around this using thinking sphinx? Grateful for any suggestions! -- A couple of things I've considered: * Manually set up the search string for each search, so it becomes "'a random name | '*a* *random* *name*'". I'd rather avoid having to do this, if possible * Set index_exact_words=1. This seems to depend on dictionaries/morphology/wordforms to work, and I'm not sure how I'd use that, as the searches are in Norwegian Cheers, Roger -- You received this message because you are subscribed to the Google Groups "Thinking Sphinx" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/thinking-sphinx/fbf92a3f-4fbe-44ff-82e6-1479540000f8%40googlegroups.com.
