balanced / balanced-dashboard

The Balanced dashboard.
https://dashboard.balancedpayments.com/
Other
2.28k stars 386 forks source link

Partial matches on customer names #1452

Open kyle-eshares opened 10 years ago

kyle-eshares commented 10 years ago

Searching for "Acme" should match "Acme, Inc". Currently you have to search "Acme," to get the customer to show.

msherry commented 10 years ago

Isn't "Acme," a partial match of "Acme, Inc"? Do you just want sub-word-boundary matching on searches?

mjallday commented 10 years ago

I think that's it. You shouldn't have to include the "," to get a match. I'm not sure there's much value to including non alphanum chars in search tokens at all.

kyungmin commented 9 years ago

I don't think it's about special characters. "Damon" works but "Damo" doesn't work.