Search found 2 matches

by rudibr78
Fri Apr 28, 2017 6:29 pm
Forum: Bug reports
Topic: Autocomplete not working with elasticsearch
Replies: 1
Views: 4326

Autocomplete not working with elasticsearch

Autocomplete search wasnt working with elasticsearch (advanced search was ok)

Elasticsearch->autocomplete method was passing a "lang" filter which doesnt seem to be working, I changed

'filter' => [
'term' => [
'lang' => $this->getLanguage()
]
]

to


'filter' => [
'terms' => ['category_id ...
by rudibr78
Fri Apr 28, 2017 1:31 pm
Forum: Bug reports
Topic: Configuration not saving
Replies: 45
Views: 61479

Re: Configuration not saving

Hello

I started using phpmyfaq today and also run into this trouble.

There's a bug where the request token for the form submission gets reset.
I haven't been able to fix it, but I did manage to workaround it.

If you want to apply this temporary fix, edit file admin/configuration.php and change ...