summaryrefslogtreecommitdiffstats
path: root/lib/private/FullTextSearch
Commit message (Expand)AuthorAgeFilesLines
* composer run cs:fixCôme Chilliet2023-01-206-12/+0
* Fix ArrayAccess and JsonSerializable return typesCôme Chilliet2021-11-232-5/+2
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-12/+6
* private cannot be finalMaxence Lange2021-04-231-1/+1
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-103-5/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-096-6/+0
* Update license headersChristoph Wurst2019-12-056-42/+24
* Some php-cs fixesRoeland Jago Douma2019-11-226-16/+0
* Merge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simp...Morris Jobke2019-07-151-0/+188
|\
| * new model to manage some simple queriesMaxence Lange2019-07-141-0/+188
* | addsubtag should push to arrayMaxence Lange2019-07-141-1/+6
|/
* +isAvailable()Maxence Lange2019-04-101-0/+15
* fixing phpdocMaxence Lange2019-03-041-21/+21
* cleaning the excerpts managmentMaxence Lange2019-03-041-11/+6
* moving final class to private, new interface in publicMaxence Lange2019-03-044-0/+1916
* using the createIndex from FullTextSearchManagerMaxence Lange2018-12-201-1/+1
* wrong method calledMaxence Lange2018-10-311-1/+1
* public interfaces FullTextSearchMaxence Lange2018-10-301-0/+227