1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Added search term parsing and exact term matches

This commit is contained in:
Dan Brown
2017-03-27 11:57:33 +01:00
parent 0651eae7ec
commit 331305333d
3 changed files with 87 additions and 16 deletions

View File

@ -4,7 +4,7 @@
class Entity extends Ownable
{
protected $textField = 'description';
public $textField = 'description';
/**
* Compares this entity to another given entity.