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(#77): Make query parser more c++-friendly #87

Merged
merged 1 commit into from
Jan 18, 2014
Merged

fix(#77): Make query parser more c++-friendly #87

merged 1 commit into from
Jan 18, 2014

Conversation

roman-kashitsyn
Copy link
Contributor

Update ZealSearchQuery to process no semicolons but first
and to not consider several semicolons at the beginning
as docset filter separator.

Was:

c++:std::string => docset=c++ query=std
std::string     => docset=std query=

Now:

c++:std::string => docset=c++ query=std::string
std::string     => docset=    query=std::string

See https://github.com/jkozera/zeal/issues/77

Update ZealSearchQuery to process no semicolons but first
and to not consider several semicolons at the beginning
as docset filter separator.

Was:

    c++:std::string => docset=c++ query=std
    std::string     => docset=std query=

Now:

    c++:std::string => docset=c++ query=std::string
    std::string     => docset=    query=std::string

See https://github.com/jkozera/zeal/issues/77
jkozera added a commit that referenced this pull request Jan 18, 2014
fix(#77): Make query parser more c++-friendly
@jkozera jkozera merged commit f36fe18 into zealdocs:master Jan 18, 2014
@jkozera
Copy link
Member

jkozera commented Jan 18, 2014

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants