Skip to content

Commit 0bdbe3f

Browse files
Create normalize-search-values-ft.txt
https://wordpress.org/support/topic/synonym-help-2/
1 parent 185b103 commit 0bdbe3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
add_filter( 'relevanssi_remove_punctuation', function( $str ) {
2+
$str = preg_replace( '/(\d+) ft/', '\1ft', $str );
3+
return $str;
4+
} );

0 commit comments

Comments
 (0)