Content
View differences
Updated by Wieland Lindenthal almost 5 years ago
Currently both, the global search autocompleter and the real global search for work packages do not find anything when searching for multiple terms when those terms are not in exactly that order and in one string present in the target.
~~Example 1~~ (Fixed by https://github.com/opf/openproject/pull/7196 now):
Let's say we have a WP with subject "big old cat". If we search for "big cat" it will not find anything.
We have another issue if the search terms are distributed over WP attributes, such as subject, description, comments, and attachments.
Example 2 (tracked separately here https://community.openproject.org/work\_packages/35431): 2:
Let's say we have a WP with subject "big" and "description "cat". Searching for "big cat" does not find anything at the moment.
This is obviously not what a user expects from a search. Both issues should get fixed to improve user satisfaction.
~~Example 1~~ (Fixed by https://github.com/opf/openproject/pull/7196 now):
Let's say we have a WP with subject "big old cat". If we search for "big cat" it will not find anything.
We have another issue if the search terms are distributed over WP attributes, such as subject, description, comments, and attachments.
Example 2 (tracked separately here https://community.openproject.org/work\_packages/35431):
Let's say we have a WP with subject "big" and "description "cat". Searching for "big cat" does not find anything at the moment.
This is obviously not what a user expects from a search. Both issues should get fixed to improve user satisfaction.