wvanbergen / scoped_search

Easily search you ActiveRecord models with a simple query language that converts to SQL.
MIT License
265 stars 78 forks source link

Fix query generation when STI is involved #211

Closed adamruzicka closed 2 years ago

wvanbergen commented 2 years ago

I am OK moving to GitHub actions. Looks like this is happening in https://github.com/wvanbergen/scoped_search/pull/212.

adamruzicka commented 2 years ago

I don't think the failures on jruby-head are related

adamruzicka commented 2 years ago

The same failure happens even without the changes proposed here (see https://github.com/wvanbergen/scoped_search/pull/213)

adamruzicka commented 2 years ago

Jruby is borked right now, but apart from it this is green and it has an aproval, merging.