Skip to content

Commit

Permalink
Merge pull request #3913 from kobergj/AddFullTextSearchCapability
Browse files Browse the repository at this point in the history
Add Fulltextsearch Capability
  • Loading branch information
kobergj authored May 23, 2023
2 parents fd38e8a + 7f2e63f commit 4fb9946
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/fulltextsearch_capability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Introduce FullTextSearch Capability

Add a capability that shows if fulltextsearch is supported by the server

https://github.com/cs3org/reva/pull/3913
1 change: 1 addition & 0 deletions internal/http/services/owncloud/ocs/data/capabilities.go
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ type CapabilitiesFiles struct {
Undelete ocsBool `json:"undelete" xml:"undelete"`
Versioning ocsBool `json:"versioning" xml:"versioning"`
Favorites ocsBool `json:"favorites" xml:"favorites"`
FullTextSearch ocsBool `json:"full_text_search" xml:"full_text_search" mapstructure:"full_text_search"`
Tags ocsBool `json:"tags" xml:"tags"`
BlacklistedFiles []string `json:"blacklisted_files" xml:"blacklisted_files>element" mapstructure:"blacklisted_files"`
TusSupport *CapabilitiesFilesTusSupport `json:"tus_support" xml:"tus_support" mapstructure:"tus_support"`
Expand Down

0 comments on commit 4fb9946

Please sign in to comment.