Hi Pat,

I got my ts up and running finally. But I still have a little but
annoying problem. When my search string contains "-", I can not get
any result. I use wild card searching in my application.

The following are two examples:

Example 1:
----------------------------------------------
Data: "2009-01-05-001-002-test".
Search By:
"*2009-01-05-001-002-test*"     --- record found
"*2009-01-05-001-002*"            --- record found
"*2009-01-05-001*                    --- record found
"*2009-01-05*"                         -- not found
"2009-01"                                -- not found
------------------------------------------------


Example 2:
----------------------------------------------
Data: "canvas-01-05-001-002-test".
Search By:
"*canvas-01-05-001-002-test*"     --- record found
"*canvas-01-05-001-002*"            --- record found
"*canvas-01-05-001*                    --- record found
"*canvas-01-05*"                         -- not found
"*canvas-01*"                              -- not found
------------------------------------------------

I replaced "-" with "/" and "#" in the above examples, and got the
same result. Any idea what is wrong?

Thank you in advance.


Cheers
-
Canvas
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to