Skip to content
This repository has been archived by the owner on Mar 6, 2018. It is now read-only.

Latest commit

 

History

History
70 lines (45 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

70 lines (45 loc) · 1.92 KB

1.0.3 / 2016-07-26

  • Fix rake task bug. !54

1.0.2 / 2016-06-12

  • Fix Rake tasks error.

Break changes

  • redis_search_index_batch_create method now accept 1 arg.

1.0.1 / 2016-06-12

  • Remove Segment words search feature (Please use ElasticSearch or Solr instead.), This gem will only prefix search case.
  • Option prefix_index_enable removed, not prefix search is only and default.
  • Configuration option disable_rmmseg removed.
  • Deprecated redis_search_index method, use redis_search instead.
  • Removed Redis::Search.split method.
  • Add prefix_match method into Model of included Redis::Search.
  • Refactor codes.

0.9.7 / 2014-10-8

  • No Ruby 1.8 support;
  • refactor large method redis_search_index, now class who included Redis::Search will have redis_search_options method;
  • Ruby 1.9 new hash syntax;
  • Add class_name options to custom Index type with inherit models. @yesmeck

0.9.6 / 2014-4-1

  • Performance improve for create index (2.7x faster than previous, Benchmark results).
  • Refactor codes.
  • Require redis gem version upto 3.0.0+;

0.9.5 / 2014-2-17

  • Fix an index clean bug;
  • Fix bug on alias value is nil;

0.9.4 / 2014-2-11

  • Fix bug for save faild when title it was nil.

0.9.3 / 2014-2-11

  • Fix words split bug.

0.9.2 / 2014-1-14

  • ruby-pinyin with autoload.

0.9.1 / 2013-12-30

0.9.0 / 2012-07-20

  • New feature or Search as Pinyin first chars.

before 0.8.0

  • Real-time search
  • High performance
  • Segment words search and prefix match search
  • Support match with alias
  • Support ActiveRecord and Mongoid
  • Sort results by one field
  • Homophone search, pinyin search
  • Conditions support