You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above it's returning all meals for day 2, when ir should only return gluten free meals.
Workaround is to chain the find_by queries, which isn't as pretty, but works:
contentful_model work has taken a back seat for a while, but I should get back to finishing work on the 2.0 version next month (November), having a 2.0 release ready and released by December.
The fix for this issue should be expected alongside the 2.0 release.
Sorry for the super long wait on this, there's too many things going on on the Contentful world right now, and we're making our best efforts to keep every single library up to date.
Relating to this line in README.md:
Foo.find_by(someField: [searchquery1, searchquery2], someOtherField: "bar").load
Querying against multiple fields only uses the field that was defined first:
Above it's returning all meals for day 2, when ir should only return gluten free meals.
Workaround is to chain the
find_by
queries, which isn't as pretty, but works:Using
contentful_model (0.2.0)
The text was updated successfully, but these errors were encountered: