Skip to content

Commit c291d27

Browse files
committed
Merge branch 'inv-hareesh/development' into search_index_updates
2 parents f444992 + d938565 commit c291d27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Search/SearchIndex.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class SearchIndex
1616
/**
1717
* A list of delimiter characters used to break-up parsed content into terms for indexing.
1818
*/
19-
public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"";
19+
public static string $delimiters = " \n\t.-,!?:;()[]{}<>`'\"«»";
2020

2121
/**
2222
* A list of delimiter which could be commonly used within a single term and also indicate a break between terms.

0 commit comments

Comments
 (0)