codeforamerica / naics-api

Basic API to return NAICS codes and information
BSD 3-Clause "New" or "Revised" License
97 stars 55 forks source link

Search terms that are separate words should match text separately #12

Open louh opened 11 years ago

louh commented 11 years ago

For instance, searching "space research" should match Census functionality which returns:

541712  Guided missile and space vehicle parts (except engines) research and development
louh commented 11 years ago

In order for this to work, a term like "space research" should only match within each index entry. Otherwise an entire code gets returned if either "space" or "research" matches any of the index entries, which is less useful.