README.md in search_lingo-1.0.2 vs README.md in search_lingo-1.0.3

- old
+ new

@@ -274,14 +274,13 @@ Additionally, there are parsers for handling closed date ranges (e.g., `1/1/15-6/30/15`) as well as open-ended date ranges (e.g., `1/1/15-` and `12/31/15`). Look at the files in `lib/search_lingo/parsers` for more details. The date parser are specifically designed to work with US-formatted dates. Time -permitting, I will work on making them more flexible. As implemented they are -also ActiveRecord-centric; this also needs to be reexamined reexamined, either -by finding a more agnostic implementation or renaming the parser classes to -indicate they are ActiveRecord-only implementations. (If going the latter -route, a Sequel-specific implementation should also be provided.) +permitting, I will work on making them more flexible. + +As implemented they generate queries using AREL. In the future, we should try +generalizing this behavior to also support Sequel for generating queries. ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `bin/console` for an interactive prompt that will allow you to experiment.