Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make search case insensitive. Fix for taskcluster 1754 #47

Closed
wants to merge 2 commits into from

Conversation

Karska-dev
Copy link
Contributor

@Karska-dev Karska-dev commented Nov 10, 2019

Add parameter caseInsensitiveSearch

Change search functionality(filter(tree)) to use regular expression instead of string

Fix StyleGuide import path

Add babel-plugin-transform-es2015-modules-commonjs and babel-plugin-transform-object-rest-spread to yarn devDependencies

Checklist

  • Make sure there are no linter errors (run yarn lint to see the errors and yarn lint --fix to fix them)
  • Update the documentation file README.md if required
  • Update the Typescript declaration file src/index.d.ts if any exposed properties are removed/added

Add parameter caseInsensitiveSearch

Change search functionality to use regular expression instead of string

Fix StyleGuide import path

Add babel-plugin-transform-es2015-modules-commonjs and babel-plugin-transform-object-rest-spread to yarn devDependencies
Add descrition of new parameter caseInsensitiveSearch to ReadMe file
@Karska-dev
Copy link
Contributor Author

@helfi92 Please, review

Copy link
Owner

@helfi92 helfi92 left a comment

Choose a reason for hiding this comment

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

This would need a rebase on master. We recently just pushed a big update to this repo that migrates the repo to the latest version of material-ui.

@Karska-dev
Copy link
Contributor Author

This would need a rebase on master. We recently just pushed a big update to this repo that migrates the repo to the latest version of material-ui.

Rebase cause a big merge conflict. So I'll take a look during a weekends.

@helfi92
Copy link
Owner

helfi92 commented Nov 14, 2019

You can always close this pr and open a new one. It might be easier since there will be no code conflict.

@Karska-dev
Copy link
Contributor Author

@helfi92 you're right! it will be more logical.

@Karska-dev Karska-dev closed this Nov 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants