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

fix issue #279 #280

Closed
wants to merge 3 commits into from
Closed

fix issue #279 #280

wants to merge 3 commits into from

Conversation

jgrzebyta
Copy link

I have added throw to createSearchRequest Method (line 79):

private SearchRequest createSearchRequest() throws PatternSyntaxException {
...
}

... which is caught later inside method doSearch() (line 126):

try {
            searchRequest = createSearchRequest();
     } catch (PatternSyntaxException ex) {
            log.debug("entered pattern: '{}'", ex.getPattern());
            return;
      }

@matthewhorridge
Copy link
Contributor

Thanks for the contribution. I've already fixed this in the version-4 branch (which will be merged soon)

@jgrzebyta
Copy link
Author

I have added 2 new changes:

onto-name

@jgrzebyta
Copy link
Author

I found the solutions within version-4. Is that version ready to work on?

@jgrzebyta jgrzebyta closed this Nov 19, 2015
@matthewhorridge
Copy link
Contributor

version-4 is in a bit of churn at the moment, but I expect to merge it into the master branch this week.

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