]> BookStack Code Mirror - bookstack/blobdiff - app/Search/SearchIndex.php
added routes for zip export
[bookstack] / 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.