You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @PaulClark2 it looks like because the results are sorted by receipts (and contributions are not often reported by C9 filers), C9 results are more likely to be at the bottom. Results are limited to 20 on the API side, but it looks like the front end is showing top 10.
Also, the search uses the widely implemented full-text filter function (filter_fulltext), which does a fuzzy match, which is why it doesn't appear - there are more than 20 results that fuzzy match "America Inc"
Thanks for looking at this. I'm not sure how to move forward on this. So, folks will have problems finding F5, F7 and F9 filers because these filers generally don't include receipts information. I'm not sure how to move forward on this. We need to think of a way for users to find these types of filers.
One idea that comes to mind is weighting and displaying exact matches higher in the results. If there's a simple implementation it doesn't come to mind, but it could be done. We would want to be mindful of the broad scope of the filter_multitext function and make sure we only impact the /search/ (typeahead) endpoints.
What we’re after:
We need to ensure that all IE filers are available from our search tools.
Current state:
Some Form 5 filers to do appear if a user searches by name but do appear if searching by filer ID.
See for example, America Inc. C90014788
Completion criteria:
The text was updated successfully, but these errors were encountered: