Skip to content

Add a "indexFilterBeginsWith" string param to POST /search by meta #82

@reganwolfrom

Description

@reganwolfrom

In order to create a UI to select a folder as a destination for moving a document or folder, it would be more efficient to be able to retrieve only folders in POST /search, rather than retrieving documents as well and needing to filter.

e.g.
{"query":{"meta":{"folder":""}},"responseFields":{"tags":["sysFavoritedBy","sysSharedWith","sysDeletedBy","english","marketing","path","Test","untagged"]}}

{"query":{"meta":{"folder":"Version/"}},"responseFields":{"tags":["sysFavoritedBy","sysSharedWith","sysDeletedBy","english","marketing","path","Test","untagged"]}}

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions