WPSolr logo
Search
Close this search box.
pseudo visitor
Participant
5 years, 7 months ago #6897

I can change the ‘author’ default type ‘keyword’ to ‘text’ in the ‘Search field boosts’?

Have you considered adding a “quote” char_filter in the settings?

I found problematic searching for words with apostrophes using the plugin free version.

“char_filter”: {

“quotes”: {

“type”: “mapping”,

“mappings”: [

“\\u0091=>\\u0027”,

“\\u0092=>\\u0027”,

“\\u2018=>\\u0027”,

“\\u2019=>\\u0027”,

“\\u201B=>\\u0027”

]
}
}