smcunning/rails_engine

merchants find - multi-finder

Closed this issue · 0 comments

  • GET /api/v1/<resource>/find_all?<attribute>=<value>
    • returns all records that match a set of criteria sent through query parameters
    • works for any attribute of the corresponding resource including the updated_at and created_at timestamps
    • finds partial matches for strings and is case insensitive