We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A company name like A-B-C Company matches basically anything containing Company because the normalisation turns A-B-C to a b c which gets dropped.
A-B-C Company
Company
A-B-C
a b c
A match for purely a company type suffix isn't particularly interesting, and perhaps that could be indicated to the caller.
ABC Company matches more sensibly.
ABC Company
The text was updated successfully, but these errors were encountered:
https://app-eu1.hubspot.com/help-desk/26189152/view/232684515/ticket/84435151069/thread/10099338446#comment
Sorry, something went wrong.
No branches or pull requests
A company name like
A-B-C Company
matches basically anything containingCompany
because the normalisation turnsA-B-C
toa b c
which gets dropped.A match for purely a company type suffix isn't particularly interesting, and perhaps that could be indicated to the caller.
ABC Company
matches more sensibly.The text was updated successfully, but these errors were encountered: