DM
DM copied to clipboard
Search Issues
New issue: strings are not accurately being searched. In other words, a search string doesn't always return results which contain that string (Discussed with @gremid in May).
Search feature issue - search returns text items when some characters are searched for (like “” or “****”) that do not contain these characters in question. Conversely, searching for character strings like “[ ]” or “[“ does not return annotations in actuality do contain this string in their text.
Example: "????" as a query.
Also, partial strings are not matched -- might/might not be in scope for 1.0.0.
Options include:
- User Documentation, including how the syntax can be used.
- Change the parser, to make the search behavior more intuitive.