We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Reviewing the Flask-WhooshAlquemy, there are interesting issue about popular searchers. gyllstromk/Flask-WhooshAlchemy#41
Flask-WhooshAlquemy
If we think to include for the next version something like that, it would be nice:
x = Car.pure_whoosh('Aud*') print x <Top 1 Results for Or([Prefix('display_name', u'au'), Prefix('description', u'au'), Prefix('name', u'au')]) runtime=0.00333499908447> x x.collector x.extend x.has_exact_length x.order x.searcher x.copy x.facet_names x.has_matched_terms x.q x.top_n x.docnum x.fields x.highlighter x.query_terms x.upgrade x.docs x.filter x.is_empty x.runtime x.upgrade_and_extend x.docset x.formatter x.items x.score x.estimated_length x.fragmenter x.key_terms x.scored_length x.estimated_min_length x.groups x.matched_terms x.scorer
Talking into account that it would not be a object like one above but it will be a dictionary item.
The text was updated successfully, but these errors were encountered:
ponywhoosh for flask-apps #1
6f1c2d8
piperod
No branches or pull requests
Reviewing the
Flask-WhooshAlquemy
, there are interesting issue about popular searchers. gyllstromk/Flask-WhooshAlchemy#41If we think to include for the next version something like that, it would be nice:
Talking into account that it would not be a object like one above but it will be a dictionary item.
The text was updated successfully, but these errors were encountered: