WildMeOrg / scout

MIT License
6 stars 5 forks source link

Sct 16 #5

Closed erinz2020 closed 1 year ago

erinz2020 commented 1 year ago

Draft PR, doing some tests now, may make some minor changes tomorrow.

What we can do now on task creation page:

  1. 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.
  2. 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:
    • "2019*125" which means the name starts with 2019, ends with 125
    • or "0608*125" 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.

Need to confirm with Tanya whether we need to add some tips on the page telling customers about the rules.