Fixed
- Fix a regression caused by incorrect string constants in
context.rb
.
Kazuhiro Nishiyama
Added
- Add base specs for search on fields with
_start
and_end
.
Jon Atack
- Add a failing spec for detecting attribute fields containing
_and_
that needs to be fixed. Attribute names containing_and_
and_or_
are still not parsed/detected correctly.
Jon Atack
Changed
- Remove duplicate code in
spec/support/schema.rb
.
Jon Atack