README.rdoc in supernova-0.6.2 vs README.rdoc in supernova-0.6.3
- old
+ new
@@ -22,9 +22,14 @@
def extra_attributes_from_record(record)
{ :normalized_title_s => record.normalized_title }
end
end
+=== Indexing
+
+ index = LocationIndex.new(:db => db, :ids => [1, 3, 4])
+ index.index!
+
=== Anonymous Scopes
scope = Offer.order("popularity desc").with(:city => "Hamburg").paginate(:page => 2, :per_page => 10)
# no query sent yet