Merge branch 'inv-hareesh/development' into search_index_updates

This commit is contained in:
Dan Brown 2025-02-14 19:25:59 +00:00
commit c291d27c19
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

@ -16,7 +16,7 @@ class SearchIndex
/**
* A list of delimiter characters used to break-up parsed content into terms for indexing.
*/
public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"";
public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"«»";
/**
* A list of delimiter which could be commonly used within a single term and also indicate a break between terms.