-
Notifications
You must be signed in to change notification settings - Fork 2
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
Filter user folders and drafts and templates #423
Comments
i will take care of this in the backend |
@blankdots Some questions have arisen during the implementation of folder filtering by name:
|
@genie9 i assume we are talking about this backend issue CSCfi/metadata-submitter/issues/280
true, but that is an implementation detail.
yes, text search should be it to take advantage of indexing, we will not do regex. Simple (text) search, we will do, no need to do anything fancy like elastic search does.
No regex please, it is not required for this use case.
based on this, if there are multiple words https://docs.mongodb.com/manual/text-search/#-text-operator will create an
This I am not 100% sure, but I would leave out, as descriptions can often take the form of an abstract. If we get request to do it then we will add it with another issue.
No. that is internal |
Sorry, was in the wrong repository, I copy these questions to backend |
Description
As a user that has many folders, drafts and template i would need to filter them so i can find what i am looking for.
Add to folders, drafts and templates search by name and date created
dateCreated
key already exists in folder but maybe this might need some additional help from back-end to do the search.DoD (Definition of Done)
user is able to filter by name and by date created
Testing
unit and integration testing
The text was updated successfully, but these errors were encountered: