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

"ZCTextIndex": suboptimal "operators" definition #63

Open
d-maurer opened this issue Mar 15, 2019 · 0 comments
Open

"ZCTextIndex": suboptimal "operators" definition #63

d-maurer opened this issue Mar 15, 2019 · 0 comments

Comments

@d-maurer
Copy link
Contributor

ZCTextIndex defines:

    operators = ('and', 'or')
    useOperator = 'or'

Actually, it ignores operator completely and implements something which is an "and" in simple cases and can be anything in complex (but non sensible) cases.

I suggest to define:

    operators = ()
    useOperator = None  #concatenates the individual search terms separated by space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant