]> BookStack Code Mirror - bookstack/commitdiff
Merge branch 'inv-hareesh/development' into search_index_updates
authorDan Brown <redacted>
Fri, 14 Feb 2025 19:25:59 +0000 (19:25 +0000)
committerDan Brown <redacted>
Fri, 14 Feb 2025 19:25:59 +0000 (19:25 +0000)
app/Search/SearchIndex.php

index a8bd2c4b28575643b152f8cf0c0fd4e436d2599f..36f71f6ccc7759cd09d3de29e8464a187c1507a6 100644 (file)
@@ -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.