Cannot remove all stopwords
-
Hi. I used relevanssi, and I can customize it with some hooks.
I would like my own list of stopwords. In ‘Relevanssi Search Options’, I remove all stopwords. It’s working. But when I add a single new stopword, all previous stopwords are coming back.
I watched the code: in the ‘relevanssi_populate_stopwords’ function, if the list is empty, all default stopwords are added (array_walk( $stopwords, ‘relevanssi_add_single_stopword’ );).
Could you check that? Thanks you.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Cannot remove all stopwords’ is closed to new replies.