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

Widget Search Box for Events: regular expressions for a term that includes a whitespace do not work #8791

Open
LauraHornbake opened this issue Sep 15, 2015 · 1 comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.

Comments

@LauraHornbake
Copy link

I am seeing some buggy behavior from the search box at the bottom of Events widgets (for example Events > Event Names).
The problem is when I try to match a term that contains a space. For example, the following searches for an Event Name return no results:
Medienspiegel 1808.pdf
Medienspiegel\s1808.pdf

Matching the space with any character "." however works:
Medienspiegel.1808.pdf

This is not a problem for other widgets, only finding the problem so far in Events widgets.

@mattab mattab added the Bug For errors / faults / flaws / inconsistencies etc. label Sep 20, 2015
@mattab
Copy link
Member

mattab commented Sep 20, 2015

Thanks for the report @LauraHornbake

@mattab mattab added this to the Short term milestone Sep 20, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For errors / faults / flaws / inconsistencies etc.
Projects
None yet
Development

No branches or pull requests

2 participants