You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered Orgbook is case sensitive. When I enter bc0491266 it says No Results however BC0491266 finds the company. I’ve tried this with a couple different sole props and the same thing happened. This seems like a major flaw in searching for entities.
The text was updated successfully, but these errors were encountered:
In the V3 API's it's a mixed bag, the /search/autocomplete endpoint is not case sensitive ("bc0491266" and "BC0491266" both return the same results), however the /search/credential and /search/topic endpoints are both case sensitive on the company number (nut not the company name or address).
So, if we switch over to the V3 API's and hook up the name search to the /search/autocomplete endpoint it will fix this issue. (Or we can fix the other endpoints to be case in-sensitive)
I just discovered Orgbook is case sensitive. When I enter bc0491266 it says No Results however BC0491266 finds the company. I’ve tried this with a couple different sole props and the same thing happened. This seems like a major flaw in searching for entities.
The text was updated successfully, but these errors were encountered: