Can any one guide how to search number with wildcard on thinking sphinx…
I have tried, by using
User.search "12", :star => true
which result only 12
but i need to display the number whichever has 12. like prefix and suffix…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you enabled either min_infix_len or min_prefix_len, and enable_star? The documentation covers these settings in a bit more detail.