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.
1 parent 103a8a8 commit d938565Copy full SHA for d938565
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
public function __construct(
22
protected EntityProvider $entityProvider
0 commit comments