Closed astraw99 closed 1 year ago
/ping @ahmetb PTAL thanks.
Thanks, I'll try to find some time, play with this hands-on and review.
OK, thanks.
/ping @ahmetb
Sorry, the linter seems to be extra-aggressive about not preallocating slices, it seems. This wasn't the case in the past, hence my comment about making them simpler.
Got it, updated. PTAL thanks.
/ping @ahmetb
/ping @ahmetb
@ahmetb Could you please give a lgtm label to make it merged, thanks.
Sorry for the latency here. I did a review again. I think if you refactor the tests to clearly show something like "name matches are shown first, then the description matches" it would help us maintainers reason about the code/tests later on. Thanks.
Sorry for the latency here. I did a review again. I think if you refactor the tests to clearly show something like "name matches are shown first, then the description matches" it would help us maintainers reason about the code/tests later on. Thanks.
Updated, PTAL thanks.
ping @ahmetb PTAL thanks.
ping @ahmetb PTAL thanks.
ping @ahmetb PTAL thanks.
/lgtm /approve Thanks!
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: ahmetb, astraw99
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Fixes #798
Support fuzzy search plugins by name and description, like this:
Also added test case to make it correct, and checked all the other search test cases.