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

Filtering by project name containing parentheses returns no results #414

Open
rtyley opened this issue Dec 22, 2016 · 1 comment
Open

Filtering by project name containing parentheses returns no results #414

rtyley opened this issue Dec 22, 2016 · 1 comment

Comments

@rtyley
Copy link
Member

rtyley commented Dec 22, 2016

The CAS proxy has this project name: MemSub::Subscriptions::Content Authorisation Proxy (CAS-Proxy) - it contains parentheses, and this seems to stop the projectName filter from working:

Searching for MemSub::Subscriptions::Content Authorisation Proxy (CAS-Proxy):

image

...but if we trim off the part of the search term with parentheses, we get results:

Searching for MemSub::Subscriptions::Content Authorisation Proxy :

image

@sihil
Copy link
Contributor

sihil commented Dec 22, 2016

Thanks for raising this - I think it is due to it being used inside a regex when we actually query the database. I would expect this to be a fairly simple fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants