Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Update milli (v0.3.1) with filterable attributes #197

Merged
merged 6 commits into from
Jun 14, 2021
Merged

Conversation

curquiza
Copy link
Member

@curquiza curquiza commented Jun 3, 2021

Fixes #187 and #70
Also fixes #195

@@ -273,15 +273,15 @@ impl Matcher for HashSet<String> {

impl Matcher for MatchingWords {
fn matches(&self, w: &str) -> bool {
self.matches(w)
self.matching_bytes(w).is_some()
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be handled by the highlighter at some point.

@curquiza curquiza changed the title Update milli (v0.3.0) Update milli (v0.3.0) with filterable attributes Jun 3, 2021
@curquiza curquiza force-pushed the update-milli-0.3.0 branch from c09b492 to c4e82ef Compare June 3, 2021 21:49
@curquiza curquiza linked an issue Jun 3, 2021 that may be closed by this pull request
@curquiza curquiza requested a review from MarinPostma June 7, 2021 12:26
@curquiza curquiza changed the title Update milli (v0.3.0) with filterable attributes Update milli (v0.3.1) with filterable attributes Jun 9, 2021
@MarinPostma
Copy link
Contributor

@curquiza can you rebase please?

@curquiza curquiza force-pushed the update-milli-0.3.0 branch from 7724ead to 9996c59 Compare June 14, 2021 11:20
@curquiza
Copy link
Member Author

@MarinPostma done!

Copy link
Contributor

@MarinPostma MarinPostma left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

@MarinPostma
Copy link
Contributor

bors merge

@bors
Copy link
Contributor

bors bot commented Jun 14, 2021

@bors bors bot merged commit b119bb4 into main Jun 14, 2021
@bors bors bot deleted the update-milli-0.3.0 branch June 14, 2021 12:38
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
3 participants