Thibault- That is exactly what I want to do. Are those U+ codes other UTF-8 defaults? While I am doing this, I also want to include '+' in the list. So I guess it should look like this:
charset_table: "+, -, 0..9, A..Z->a..z, _, a..z, \ U+410..U+42F->U+430..U+44F, U+430..U+44F" I will be able to discover soon enough, but my understanding of this is that - and + would no longer function as operators. The & and ! would be the only way to and/not things, right? Matt On Jan 16, 9:29 am, Thibaut Barrère <[email protected]> wrote: > Hey Matt, > > I hope I understand your issue properly - you want to be able to > search for things like "active-record" and return elements for which > there is a strict match, right ? > > If so here's what I used forhttp://www.learnivore.com- in your > sphinx.yml, add: > > # default charset but with dash (-) added to support tags like > active-record > charset_table: "-, 0..9, A..Z->a..z, _, a..z, \ > U+410..U+42F->U+430..U+44F, U+430..U+44F" > > This way dash is considered a regular character. Live example > at:http://www.learnivore.com/search/active-record > > hth (and hope I understood your point, as well), > > -- Thibaut
-- 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.
