siw: improve search result message #9429
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What it does
The following pull-request updates the
search-in-workspace
result message (which is displayed upon searching) by adding support for additional use-cases and options.The changes should now support the following messages:
includes
andexcludes
are present.includes
is present.excludes
is present.How to test
For each of the tests, start the application and open the
search-in-workspace
view:No results found
- search for a non-existing term withoutincludes
orexcludes
set.No results found in {a} excluding {b}
- search for a non-existing term withincludes
andexcludes
present.No results found in {a}
- search for a non-existing term withincludes
present.No results found excluding {a}
- search for a non-existing term withexcludes
present.The message when results are found should be the same as in
master
.Review checklist
Reminder for reviewers
Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com