SciCatProject / SciCatProject/frontend
Search syntax behaviour misleading (somehow)
Open
@nitrosx is already working on this.
Since Sep 21, 2021.
- Dominant language
- TypeScript
- Stars
- 29
- Forks
- 44
- Avg merge
- 20h 2m
- Merged PRs (30d)
- 20
Description
The search field "Text Search" shows unexpected behavior: It seems to match full words only with logical 'OR' implicitly used for non-word characters such as hypens - I'd expect it to find datasets with substring matching too.
Example 1: "20210906-46" matches other datasets sharing the date 20210906 only (found somewhere in a common
path)

Example 2: "2021090" Does not match anything.

Same applies when searching for 'Creator information' partial names such as Owners, Investigators, ...
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.