Partial keywords inside words issue with highlighting
-
In one of my websites, I enabled the option to have Inside-word matching with:
add_filter( 'relevanssi_fuzzy_query', 'rlv_partial_inside_words' ); function rlv_partial_inside_words( $query ) { return "(term LIKE '%#term#%')"; }
I also have Highlighting active and I’m using the “relevanssi_the_title()” function. Now, while partial inside-word matching seems to be working on the search results, the highlighting is not applied on these inside-word matching keywords while other highlights are working just fine.
Is this a bug or just a shortcoming of the inside-word matching function?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Partial keywords inside words issue with highlighting’ is closed to new replies.