aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/FullTextSearch/Model
Commit message (Collapse)AuthorAgeFilesLines
* Update license headersChristoph Wurst2019-12-055-35/+20
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-225-13/+0
| | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #16399 from ↵Morris Jobke2019-07-151-0/+188
|\ | | | | | | | | nextcloud/improvement/noid/fulltextsearch-simple-queries [nc17] add SimpleQueries to FullTextSearch
| * new model to manage some simple queriesMaxence Lange2019-07-141-0/+188
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fixing issue in addSubTag() Signed-off-by: Maxence Lange <maxence@artificial-owl.com> fix const Signed-off-by: Maxence Lange <maxence@artificial-owl.com> autoload Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Revert "fixing issue in addSubTag()" This reverts commit a9ab2ab91b98133c69272f27ea1b51594719e241. Signed-off-by: Maxence Lange <maxence@artificial-owl.com> syntax Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | addsubtag should push to arrayMaxence Lange2019-07-141-1/+6
|/ | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fixing phpdocMaxence Lange2019-03-041-21/+21
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* cleaning the excerpts managmentMaxence Lange2019-03-041-11/+6
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving final class to private, new interface in publicMaxence Lange2019-03-044-0/+1916
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>