WildMeOrg / scout

MIT License
6 stars 5 forks source link

Sct-16 image/task search #6

Closed erinz2020 closed 1 year ago

erinz2020 commented 1 year ago

Added partial search and * as wildcard on task creation page and task filter page.

erinz2020 commented 1 year ago

What we can do now on task creation page: We can do partial search. For image 2019-06-08-1-105-0125, we can search this image by only typing "2019" or "-06-" or "012", etc.

  1. Use as a wildcard, getting results that match any number of characters in place of the asterisk () For image 2019-06-08-1-105-0125, we can search this image by: "2019125" which means the name starts with 2019, ends with 125 or "0608125" which means the name contains "06", "08" and ends with 125 or "081125" which means the name contains "08", "1" and "125". The same rules apply to task search page.