codeforboston / legalhousing

MIT License
10 stars 27 forks source link

Create a list of posts base on a filter #81

Closed AlexMerritt closed 7 years ago

AlexMerritt commented 7 years ago

Create a list of listings using: filter by date / date range filter by phrase / keyword

Send the result back to the client. May want to just send meta data first

jmartini commented 7 years ago

Two functions have been added to listing.rb already that can return this info: check_phrase() in PR #68 date_range() in PR #104

kfili commented 7 years ago

@smithWEBtek and @Joshhw solved this issue as part of issue #87