Skip to content

[Forwardport] FIX for issue#14855 - Adding an * to do a customer search#9

Merged
adrian-martinez-interactiv4 merged 1 commit into2.3-developfrom
2.3-develop-PR-port-14905
Oct 8, 2018
Merged

[Forwardport] FIX for issue#14855 - Adding an * to do a customer search#9
adrian-martinez-interactiv4 merged 1 commit into2.3-developfrom
2.3-develop-PR-port-14905

Conversation

@adrian-martinez-interactiv4
Copy link
Copy Markdown
Owner

Original Pull Request

magento#14905
According to MySQL fulltext documentation, AGAINST values shoud be stripped of special chars if they are not intended to be used.
https://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html
Searching "*" in any grid list causes a 400 error because of no filtering is applied.

Fixed Issues (if relevant)

  1. Adding an * to do a customer search. magento/magento2#14855: Adding an * to do a customer search

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

…T values shoud be stripped of special chars if they are not intended to be used https://dev.mysql.com/doc/refman/5.5/en/fulltext-search.html Searching "*" in any grid list causes a 400 error because of no filtering is applied.
@adrian-martinez-interactiv4 adrian-martinez-interactiv4 merged commit 01b546f into 2.3-develop Oct 8, 2018
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