View Source ActiveMemory.Query (ActiveMemory v0.1.3)

the-match-query-syntax

The match query syntax

Using the match macro you can structure a basic query.

query = match(:department == "sales" or :department == "marketing" and :start_date > last_month)
Store.select(query)

Link to this section Summary

Link to this section Functions