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

filter plugin for tags was not working as expected. Regex expression to check for white space needed to be changed. #256

Merged
merged 1 commit into from
Aug 20, 2013

Conversation

gbone24
Copy link
Contributor

@gbone24 gbone24 commented Aug 19, 2013

input.split /\s*/ was not producing the desired result. It was taking the filter input for tags and looking for each letter instead of the word. changing regex to /\s+/ seemed to fix things.

…d to \s+ which does a better job at dealing with whitespace between tags.
@nickstenning
Copy link
Member

That's clearly correct =). Thanks!

nickstenning added a commit that referenced this pull request Aug 20, 2013
filter plugin for tags was not working as expected.  Regex expression to check for white space needed to be changed.
@nickstenning nickstenning merged commit 48fe939 into openannotation:master Aug 20, 2013
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

Successfully merging this pull request may close these issues.

2 participants