ElkArte Community

Elk Development => Bug Reports => Exterminated Bugs => Topic started by: siprof on April 07, 2017, 01:15:14 pm

Title: Sphinx charset_type and max_matches warning
Post by: siprof on April 07, 2017, 01:15:14 pm
Sphinx throws this warning:

Code: [Select]
WARNING: key 'charset_type' was permanently removed from Sphinx configuration. Refer to documentation for details.
WARNING: key 'max_matches' was permanently removed from Sphinx configuration. Refer to documentation for details.

Is it okay to delete those key on sphinx.conf?

Serverpilot
Ubuntu 16.04 x64
PHP 5.6
Sphinx 2.2.9
Title: Re: Sphinx charset_type and max_matches warning
Post by: Spuds on April 07, 2017, 05:57:59 pm
Yes you can safely remove them both. 

In 1.1 I updated that starter config generator to not output those options when the sphinx version was > 2.2.2
Title: Re: Sphinx charset_type and max_matches warning
Post by: emanuele on May 07, 2017, 01:18:21 pm
@Spuds do you plan on backporting it to 1.0.x or we can consider it fixed?
Title: Re: Sphinx charset_type and max_matches warning
Post by: Spuds on May 07, 2017, 04:03:58 pm
Since its "just" a config file that you can use with Sphinx, I had not planned on makes the changes in 1.0.  That said we can open an enhancement issue for 1.0.11 and decide in the coming months if it should be pulled back.