sphinx - min_infix_len and extended query, not work together? -


after setting infix in sphinx 2.1 sphinx config file search stop working.

my query :

select * ca_sac_persons match('@fullname("^john$" | "^joseph$" | "^jose$" | "^josh$" | "^robs$")')  limit 0,100; 

my updates in sphinx config file

min_infix_len = 3 infix_fields = fullname, enable_star = 1 

may know wrong ? or min_infix_len , complex extended query not work ?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -