Skip to content
New issue

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

Inconsistent results from cause filter in RECAP Search #3993

Open
albertisfu opened this issue Apr 24, 2024 · 1 comment
Open

Inconsistent results from cause filter in RECAP Search #3993

albertisfu opened this issue Apr 24, 2024 · 1 comment

Comments

@albertisfu
Copy link
Contributor

We received a report about a user not being able to get the expected results from the cause filter.

https://www.courtlistener.com/?q=&type=r&order_by=score%20desc&cause=%2231%3A3730%20Qui%20Tam%20False%20Claims%20Act%22

The query doesn't return any results.

Filtering using a fielded search does work.
https://www.courtlistener.com/?q=cause%3A%2231%3A3730%20Qui%20Tam%20False%20Claims%20Act%22&type=r&order_by=score%20desc

So the problem might be related to the type of query used for the filter, where some terms break the query.

A partial query, removing terms from original query in the filter, also works:
https://www.courtlistener.com/?q=&type=r&order_by=score%20desc&cause=Qui%20Tam%20False%20Claims

@mlissner
Copy link
Member

Looks like the colon might be to blame. Since we have a workaround, I think it's OK to continue on your API work and then get back to this during a cleanup round.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Status: Query/Relevancy Optimizations
Development

No branches or pull requests

2 participants