Closed arowla closed 10 years ago
Just to clarify: filtering works in the API, just not w/ on the website with the naics
parameter.
I think the easiest fix is probably: in the html, change the naics
form input field to FBO_NAICS
, and in the javascript, addFBO_NAICS
to the list of params that get passed through to the API call.
Yep. Your ticket's better. Closing this one.
NAICS filtering is definitely not working right.
via @cjoh:
I modified this query to have a wildcard query string and return everything from this NAICS code (Graphic Design Services: http://www.naics.com/naics-code-description/?code=541430).
https://fbopen.gsa.gov/?q=*:*&data_source=&naics=541430&parent_only=&p=
This returns some super obvious false positives, such as "ACCUMULATOR, HYDRAUL (GAMBLE)", with a NAICS code of:
Obviously, this needs to be fixed or, if it can't be fixed, disabled. I think our first line of attack in the short term should just be to not add that parameter to the query string.