asp.net - searching an aspx database -


the database scraping located here: https://www2.cslb.ca.gov/onlineservices/checklicenseii/checklicense.aspx

what is:

  1. 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?

  1. there's no such thing aspx database.
  2. 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

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -