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
(10/5 EDIT: Reworded for clarity, with some more examples.)
Currently, a search like "space research" returns only results where the two words are not separated by other words. In our case, this functionality is good for returning more relevant results (e.g. NAICS code 927110 “Space Research and Technology”) that the official Census search result does not have. (This can be checked on this search form).
In comparison, the official Census search result also returns 541712, “Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology)”, because the words "space research" appear, separated by other words, in the list of index entries (aka, the list of alternate titles). We should do the same.
Another situation that might be more prevalent is if someone searches for "pizza shop." The current search returns no results. The official Census search will properly return the result of 722513 (pizza delivery shops)
cc @rclosner
The text was updated successfully, but these errors were encountered:
Is it solved?
Sorry, something went wrong.
richaagarwal
No branches or pull requests
(10/5 EDIT: Reworded for clarity, with some more examples.)
Currently, a search like "space research" returns only results where the two words are not separated by other words. In our case, this functionality is good for returning more relevant results (e.g. NAICS code 927110 “Space Research and Technology”) that the official Census search result does not have. (This can be checked on this search form).
In comparison, the official Census search result also returns 541712, “Research and Development in the Physical, Engineering, and Life Sciences (except Biotechnology)”, because the words "space research" appear, separated by other words, in the list of index entries (aka, the list of alternate titles). We should do the same.
Another situation that might be more prevalent is if someone searches for "pizza shop." The current search returns no results. The official Census search will properly return the result of 722513 (pizza delivery shops)
cc @rclosner
The text was updated successfully, but these errors were encountered: