mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-08-05 00:42:14 +03:00
Fix search issue for words inside Guillemets (« ») without spaces
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.,!?:;()[]{}<>`'\"«»";
|
||||||
|
|
||||||
public function __construct(
|
public function __construct(
|
||||||
protected EntityProvider $entityProvider
|
protected EntityProvider $entityProvider
|
||||||
|
Reference in New Issue
Block a user