asp.net - searching an aspx database -
the database scraping located here: https://www2.cslb.ca.gov/onlineservices/checklicenseii/checklicense.aspx
what is:
- use wildcard search find companies "roof" or "roofing" in name.
i can perform search "roof%". however, "%roof" or "* roof%" doesn't work. more interested in figuring out how make later query work.
example:
xyz roofing co
cal roofers inc
can me this?
- there's no such thing aspx database.
there's no way derive substring search, attempting do, if site doesn't support it. 'search tips' page tells valid:
https://www2.cslb.ca.gov/onlineservices/checklicenseii/checklicense.aspx
we have no 'magical' way of making site more designed do.
Comments
Post a Comment