We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f444992 + d938565 commit c291d27Copy full SHA for c291d27
app/Search/SearchIndex.php
@@ -16,7 +16,7 @@ class SearchIndex
16
/**
17
* A list of delimiter characters used to break-up parsed content into terms for indexing.
18
*/
19
- public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"";
+ public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"«»";
20
21
22
* A list of delimiter which could be commonly used within a single term and also indicate a break between terms.
0 commit comments