fedora-copr / flask-whooshee

Customizable Flask - SQLAlchemy - Whoosh integration
BSD 3-Clause "New" or "Revised" License
85 stars 33 forks source link

I keep getting this error no matter what. #34

Open tiptoettt opened 7 years ago

tiptoettt commented 7 years ago

AWarning: Textual SQL expression 'null' should be explicitly declared as text('null') (this warning may be suppressed after 10 occurrences) {"expr": util.ellipses_string(element)})

bkabrda commented 7 years ago

Hi, is it possible you're using flask-whooshee older than 0.0.8? This error was present in 0.0.7 and earlier version, but I think it was fixed completely by https://github.com/bkabrda/flask-whooshee/commit/c27e9de188a787d26580bf8fb30aec128d2aeb13. If you're using 0.0.8 or newer version, then please attach some more useful debugging info, such as version of sqlalchemy, version of flask-whooshee and possibly a reproducer, if you have one. Thanks (and sorry for the late reply :))!