aadel / sqlalchemy-solr

Apache Solr dialect for SQLAlchemy
MIT License
9 stars 7 forks source link

ILIKE operator translation #35

Closed aadel closed 3 months ago

aadel commented 3 months ago

Translate ILIKE and NOT ILIKE operators to LIKE and NOT LIKE.