Skip to content

Resolve "Cannot search with keyword "merge""

Sean McGivern requested to merge 41666-cannot-search-with-keyword-merge into master

What does this MR do?

Given these files:

$ cat README.md
blah

function
$ cat content
blah:2:blah
$ cat function::foo
blah

When searching for blah, you'd see this before (look at the middle file):

image

And then after:

image

Are there points in the code the reviewer needs to double check?

Does the refactor (to only loop over results once) break any existing behaviour?

Why was this MR needed?

There was a bug!

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #41666 (closed).

Edited by Sean McGivern

Merge request reports