symphonists / search_index

Search Index provides an easy way to implement high performance fulltext searching on your Symphony site
32 stars 21 forks source link

Logs not working corectly #38

Closed fla closed 10 years ago

fla commented 11 years ago

if I change get-param-keywords in config.php I can't get the logs working

For example this is not working, and I do use "search" as a get variable in the url (?search=something) 'get-param-keywords' => 'search',

But it worked when it was the default "keywords" and I used ?keywords=something

The search is working as expected, just the keywords are not logged.

Edit :

The variable for logging the keywords is setted to yes : 'log-keywords' => 'yes',

brendo commented 10 years ago

Cannot reproduce, updating the get-param-keywords setting to search does not impact the logging.