Method: PostcodeAnywhere::CapturePlus::Interactive#sub_query
- Defined in:
- lib/postcode_anywhere/capture_plus/interactive.rb
#sub_query(search_term, parent_query, options = {}) ⇒ Object
33 34 35 36 |
# File 'lib/postcode_anywhere/capture_plus/interactive.rb', line 33 def sub_query(search_term, parent_query, = {}) .merge!(parent_query: parent_query) query(search_term, ) end |