mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-27 06:01:54 +03:00
Merge branch 'inv-hareesh/development' into search_index_updates
This commit is contained in:
@ -16,7 +16,7 @@ class SearchIndex
|
|||||||
/**
|
/**
|
||||||
* A list of delimiter characters used to break-up parsed content into terms for indexing.
|
* 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.
|
* A list of delimiter which could be commonly used within a single term and also indicate a break between terms.
|
||||||
|
Reference in New Issue
Block a user