Hi all, I've very recently got on the TS train, and am loving it. It sure helps that in the past few years a lot of good doc's been written and updated :-)
My app basically always works using partial matches (prefix only) with a minimum matching length of 4. I don't require final users to type in the star signs, and just add them internally to all the terms of the query, which runs in expended match mode. I do fetch all the fields displayed in the results page through excerpts, to get highlighted matches (and configured TS to strip_html before that). However, it seems that excerpts only work on full matches, not on partial matches. Ideally, I'd want to get full-word matches of my partial segments, and less ideally, just partial-match excerpts. For instance, if I search for "install" and it matches thanks to "installation", I'd love to get the full word highlighted, or less ideally, the "install" part of it. Must I reprocess the returned excerpts myself to do this, or is there a tiny config tweak I missed? Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
