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

feat: Substring Search in SearchInput #1089

Merged
merged 10 commits into from
Jul 1, 2020
Merged

feat: Substring Search in SearchInput #1089

merged 10 commits into from
Jul 1, 2020

Conversation

muthukkaruppan4695
Copy link
Contributor

Description

#1003

fixes #1003

@CLAassistant
Copy link

CLAassistant commented Jun 9, 2020

CLA assistant check
All committers have signed the CLA.

@netlify
Copy link

netlify bot commented Jun 9, 2020

Deploy preview for fundamental-react ready!

Built with commit 9fa1ed5

https://deploy-preview-1089--fundamental-react.netlify.app

@muthukkaruppan4695 muthukkaruppan4695 changed the title FEAT feat: Jun 11, 2020
@muthukkaruppan4695 muthukkaruppan4695 changed the title feat: feat: Substring Search in SearchInput Jun 23, 2020
@jbadan jbadan requested a review from a team June 23, 2020 14:35
@jbadan jbadan requested a review from a team June 23, 2020 14:38
@athulvraj athulvraj requested a review from prsdthkr June 23, 2020 19:05
Copy link
Contributor

@athulvraj athulvraj left a comment

Choose a reason for hiding this comment

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

LGTM

src/SearchInput/SearchInput.js Outdated Show resolved Hide resolved
@athulvraj athulvraj requested a review from prsdthkr June 30, 2020 14:57
@jbadan jbadan merged commit bbf4488 into SAP:master Jul 1, 2020
jbadan added a commit that referenced this pull request Jul 1, 2020
@jbadan
Copy link
Contributor

jbadan commented Jul 1, 2020

I had to revert this as it was causing lots of failures in ci - I'm wondering if it needed to be updated with master?

@muthukkaruppan4695
Copy link
Contributor Author

@jbadan @prsdthkr Why it is causing failure in CI? What should be done to fix this issue ?

@jbadan
Copy link
Contributor

jbadan commented Jul 8, 2020

@muthukkaruppan4695 Can you reopen the pull request? I can't do it in on your behalf

@@ -231,6 +241,8 @@ SearchInput.propTypes = {
callback: PropTypes.func
})
),
/** enable substring search */
subStringSearch: PropTypes.bool,
Copy link
Contributor

Choose a reason for hiding this comment

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

What do you think about keeping the capitalization consistent with JavaScript's substring method?
subStringSearch -> substringSearch

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.

Substring search doesn't work in SearchInput
6 participants