Skip to content
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

Further issues with search #151

Closed
2 tasks done
cmgrote opened this issue Dec 17, 2019 · 0 comments · Fixed by #152
Closed
2 tasks done

Further issues with search #151

cmgrote opened this issue Dec 17, 2019 · 0 comments · Fixed by #152
Assignees
Labels
bug Something isn't working
Milestone

Comments

@cmgrote
Copy link
Member

cmgrote commented Dec 17, 2019

Identified further edge cases in searching that are problematic:

  • partial string match (eg. endsWith) against a qualifiedName on a file-based asset needs to avoid including empty names for contextual items like host or file path, when these are not available in the partial string itself.
  • any match against a qualifiedName of a user needs to properly construct the search criteria since its _name is in fact the concatenation of the courtesy_title and full_name fields (cannot use the context, which will always be empty for these types, or _name alone to search).
@cmgrote cmgrote added the bug Something isn't working label Dec 17, 2019
@cmgrote cmgrote self-assigned this Dec 17, 2019
@cmgrote cmgrote added this to the 1.3 milestone Dec 17, 2019
@cmgrote cmgrote mentioned this issue Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant