ruby on rails - Thinking Sphinx text search -


hi people i'm having problem 1 search i'm making in 1 of projects. new using sphinx , problem when make search = "ipad" work perfect when put "ipa" full text search seems no work way want cause i'm not receiving back.

my_variable = self.search searchtxt, :match_mode => :any, :sort_mode => :extended, :order => sorttype, :page => page, :per_page => perpage

am doing wrong search?

i think there additional configuration necessary search wildcards, explained in documentation.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -