summaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch
Commit message (Collapse)AuthorAgeFilesLines
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1016-78/+49
| | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0916-16/+0
| | | | | | For PSR2 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2019-12-0517-119/+69
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Some php-cs fixesRoeland Jago Douma2019-11-2217-40/+1
| | | | | | | | | | | * 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>
* comparaison types: +regex +wildcardMaxence Lange2019-08-021-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix phpdocMaxence Lange2019-07-161-1/+5
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* set and complete the searched stringMaxence Lange2019-07-161-0/+18
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* new model to manage some simple queriesMaxence Lange2019-07-142-0/+157
| | | | | | | | | | | | | | | | | | | | 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>
* +isAvailable()Maxence Lange2019-04-101-0/+10
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fixing phpdocMaxence Lange2019-03-043-42/+52
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fixing INDEX_DONEMaxence Lange2019-03-041-3/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* cleaningMaxence Lange2019-03-042-987/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving final class to private, new interface in publicMaxence Lange2019-03-049-573/+896
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange2019-02-191-0/+11
| | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Co-Authored-By: daita <maxence@artificial-owl.com>
* fixing phpdocMaxence Lange2019-02-161-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* phpdocMaxence Lange2019-01-311-2/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* removing default value in param $chunkMaxence Lange2019-01-291-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* +generateChunks()Maxence Lange2019-01-291-2/+21
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* allow content provide to generate new IndexMaxence Lange2018-12-201-0/+14
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* init some varMaxence Lange2018-11-011-3/+3
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* +infoBool / +infoIntMaxence Lange2018-11-011-0/+76
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* missing typeMaxence Lange2018-10-311-2/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* public interfaces FullTextSearchMaxence Lange2018-10-3016-0/+3871
Signed-off-by: Maxence Lange <maxence@artificial-owl.com> -@return mixed Signed-off-by: Maxence Lange <maxence@artificial-owl.com> Merge remote-tracking branch 'origin/interfaces-fulltextsearch-2' into interfaces-fulltextsearch-2 Signed-off-by: Maxence Lange <maxence@artificial-owl.com>