region.rb 238 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 class Region searchkick \ geo_shape: { territory: {tree: "quadtree", precision: "10km"} } attr_accessor :territory def search_data { name: name, text: text, territory: territory } end end