Sha256: 5942ccd7b6c556a1d63cf166ce5a1437a201072c267323729d44ce3871bdbaac

Contents?: true

Size: 1.51 KB

Versions: 1

Compression:

Stored size: 1.51 KB

Contents

2012-12-22: 3.0.0.rc
* [FEATURE] Source type support (query and ranged query) for both attributes and fields. Custom SQL strings can be supplied as well.
* [FEATURE] Wordcount attributes and fields now supported.
* [FEATURE] Support for Sinatra and other non-Rails frameworks.
* [FEATURE] A sphinx scope can be defined as the default.
* [FEATURE] An index can have multiple sources, by using define_source within the index definition.
* [FEATURE] sanitize_sql is available within an index definition.
* [FEATURE] Providing :prefixes => true or :infixes => true as an option when declaring a field means just the noted fields have infixes/prefixes applied.
* [FEATURE] ThinkingSphinx::Search#query_time returns the time Sphinx took to make the query.
* [FEATURE] Namespaced model support.
* [FEATURE] Default settings for index definition arguments can be set in config/thinking_sphinx.yml.
* [FIX] Correctly escape nulls in inheritance column (Darcy Laycock).
* [FIX] Use ThinkingSphinx::Configuration#render_to_file instead of ThinkingSphinx::Configuration#build in test helpers (Darcy Laycock).
* [FIX] Suppressing delta output in test helpers now works (Darcy Laycock).
* [FEATURE] A custom Riddle/Sphinx controller can be supplied. Useful for Flying Sphinx to have an API layer over Sphinx commands, without needing custom gems for different Thinking Sphinx/Flying Sphinx combinations.

2012-10-06: 3.0.0.pre
* First pre-release. Not quite feature complete, but the important stuff is certainly covered. See the README for more the finer details.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
thinking-sphinx-3.0.0.rc HISTORY