mirror of
https://github.com/BookStackApp/BookStack.git
synced 2026-07-25 13:43:56 +03:00
Added search term parsing and exact term matches
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
class Entity extends Ownable
|
||||
{
|
||||
|
||||
protected $textField = 'description';
|
||||
public $textField = 'description';
|
||||
|
||||
/**
|
||||
* Compares this entity to another given entity.
|
||||
|
||||
Reference in New Issue
Block a user