Skip to content

Commit

Permalink
Update history for 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
outoftime committed Dec 28, 2010
1 parent 5cad84b commit e55d87c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
12 changes: 12 additions & 0 deletions sunspot/History.txt
@@ -1,3 +1,15 @@
== 1.2.0 2010-12-28
* Replace solr-spatial-light with client-side geohash-based spatial search
* Override Solr field naming conventions using :as option
* Delegate #id method directly to calling context inside DSL
* Create a SilentFailSessionProxy that rescues exceptions on write operations.
* Inclusion by identity
* Solr optimize command
* Ignore negative :limit option for query facets
* Eliminated value sorting for range scopes
* Correctly cast stored boolean values if they are booleans
* Correctly cast and return stored values for multi-valued fields

== 1.1.0 2010-04-01
* MoreLikeThis support
* Allow multiple fulltext queries in one search
Expand Down
10 changes: 9 additions & 1 deletion sunspot_rails/History.txt
@@ -1,5 +1,13 @@
== 1.2.0 2010-12-28
* Compatible with both Rails 2 and Rails 3
* Configure Sunspot with a SOLR_URL or WEBSOLR_URL environment variable, also
provide a default port based on Rails.env.
* Fix the 'Anonymous modules' ArgumentError for Ruby 1.9.2 and Rails 2.3
* Fix SQL's ambiguous ID issue when tables are joined

== 1.1.0 2010-04-01
* Added include option to searchable options to allow definition of eager loading associations when indexing
* Added include option to searchable options to allow definition of eager
loading associations when indexing

== 1.0.4 2010-03-19
* Fix StubSessionProxy to match new internal API
Expand Down

0 comments on commit e55d87c

Please sign in to comment.