aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/FullTextSearch
Commit message (Expand)AuthorAgeFilesLines
* chore: Add SPDX headerAndy Scherzinger2024-05-2418-360/+36
* Merge pull request #38996 from fsamapoor/refactor_lib_private_fulltextsearchJohn Molakvoæ2024-02-231-0/+35
|\
| * Adds new exception to check for the availability of the index.Faraz Samapoor2024-01-151-0/+35
* | fix(OCP): Add since tag for all constantsJoas Schilling2024-02-144-0/+121
|/
* Fix typos in lib/public subdirectorySimon L2023-05-101-1/+1
* composer run cs:fixCôme Chilliet2023-01-2012-24/+0
* Fix spelling for return typeDaniel Kesselberg2022-05-151-1/+1
* +getCollection(): string;Maxence Lange2022-02-031-0/+11
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0417-34/+17
* Remove @package annotations from public namespaceJulius Härtl2020-08-2616-16/+0
* Remove wrongly annotated package namesJulius Härtl2020-08-261-2/+0
* Update license headers for 19Christoph Wurst2020-04-294-0/+4
* Add visibility to all constantsChristoph Wurst2020-04-105-38/+38
* Format control structures, classes, methods and functionChristoph Wurst2020-04-1016-78/+49
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-0916-16/+0
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Fix mismatching doc block parameter typesChristoph Wurst2020-03-061-1/+1
* Update license headersChristoph Wurst2019-12-0517-119/+69
* Some php-cs fixesRoeland Jago Douma2019-11-2217-40/+1
* comparaison types: +regex +wildcardMaxence Lange2019-08-021-0/+2
* fix phpdocMaxence Lange2019-07-161-1/+5
* set and complete the searched stringMaxence Lange2019-07-161-0/+18
* new model to manage some simple queriesMaxence Lange2019-07-142-0/+157
* +isAvailable()Maxence Lange2019-04-101-0/+10
* fixing phpdocMaxence Lange2019-03-043-42/+52
* fixing INDEX_DONEMaxence Lange2019-03-041-3/+2
* cleaningMaxence Lange2019-03-042-987/+3
* moving final class to private, new interface in publicMaxence Lange2019-03-049-573/+896
* Add hasIndex() to OCP\FullTextSearch\Model\IndexDocumentMaxence Lange2019-02-191-0/+11
* fixing phpdocMaxence Lange2019-02-161-1/+1
* phpdocMaxence Lange2019-01-311-2/+3
* removing default value in param $chunkMaxence Lange2019-01-291-2/+2
* +generateChunks()Maxence Lange2019-01-291-2/+21
* allow content provide to generate new IndexMaxence Lange2018-12-201-0/+14
* init some varMaxence Lange2018-11-011-3/+3
* +infoBool / +infoIntMaxence Lange2018-11-011-0/+76
* missing typeMaxence Lange2018-10-311-2/+2
* public interfaces FullTextSearchMaxence Lange2018-10-3016-0/+3871