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

Search a string with "_" and "-" does not work #891

Open
rsslldblsnglll opened this issue Feb 18, 2022 · 0 comments
Open

Search a string with "_" and "-" does not work #891

rsslldblsnglll opened this issue Feb 18, 2022 · 0 comments

Comments

@rsslldblsnglll
Copy link

(Footable 3.1.6)
Hi guys.
I've a table in which there are text records like: SOMETHING_SOM-ETH-010_username.

  • If I type in the search textbox "SOMETHING_SOM-ETH-010", it produces 0 results.
  • if I type the complete string SOMETHING_SOM-ETH-010_username, it works.
  • If I type "SOMETHING_SOM-ETH", it works.
  • If I type "SOMETHING_SOM-ETH-", it works.
  • If I type "SOMETHING_SOM-ETH-0", it does not work.

I've already tried to put in a script:

$(document).ready(function () { $("#mytable").footable({ "filtering": { "exactMatch": true } }); });

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

No branches or pull requests

1 participant