Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
reganwolfrom opened this issue Nov 22, 2022 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@reganwolfrom
Copy link
Member

reganwolfrom commented Nov 22, 2022

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"]}}

@reganwolfrom reganwolfrom added the enhancement New feature or request label Nov 22, 2022
@reganwolfrom reganwolfrom added this to the v1.10.0 milestone Dec 23, 2022
@reganwolfrom
Copy link
Member Author

We may want to add a filter on content-type, and add a content-type for folders

@mfriesen mfriesen changed the title Add a "onlyFolders" bool param to POST /indices/search Add a "onlyFolders" bool param to POST /search Feb 6, 2023
@mfriesen mfriesen changed the title Add a "onlyFolders" bool param to POST /search Add a "indexFilterBeginsWith" string param to POST /search by meta Feb 7, 2023
@mfriesen mfriesen closed this as completed Feb 7, 2023
mfriesen added a commit that referenced this issue Mar 11, 2023
Features
--------

* Add Typesense Fulltext search

* #82 - POST /search added indexFilterBeginsWith param

* #93 - Add /document/{documentId}/syncs for tracking syncing of data to different services (Typesense, OpenSearch, CLI)

* #100 - Add DELETE /documents/{documentId}/versions/{versionKey} to be able to remove specific document versions

* #108 - POST /search, add ability to search for document PATH

* #112 - Webhook Action now sends document metadata and S3 presigned url to document content

* #113 - Add CloudFormation option to adjust the Typesense Memory

* #114 - Document Fulltext Action has option 'characterMax', to only allow specific number of document's characters to be added to Fulltext search

* #115 - Turn on AWS API Gateway Access Logs

* Added Cloudwatch Dashboard to monitor the health / performance of FormKiQ

Fixes
------

* #51 - POST /documents/{documentId}/action doesn't run action

* #99 - Upgrade Graalvm to 22.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants