Sha256: 4a684193d279d41ccb1ff518a1bcf86d5e373f546295cca293e4a6b56ac14c72

Contents?: true

Size: 778 Bytes

Versions: 1

Compression:

Stored size: 778 Bytes

Contents

### 0.2.1

 * Backport support for searching against tsvector columns (Kris Hicks)

### 0.2

 * Set dictionary to :simple by default for :tsearch. Before it was unset,
   which would fall back to PostgreSQL's default dictionary, usually
   "english".

 * Fix a bug with search strings containing a colon ":"

 * Improve performance of :associated_against by only doing one INNER JOIN per
   association

### 0.1.1

 * Fix a bug with dmetaphone searches containing " w " (which dmetaphone maps
   to an empty string)

### 0.1

 * Change API to {:ignoring => :accents} from {:normalizing => :diacritics}

 * Improve documentation

 * Fix bug where :associated_against would not work without an :against
   present

### 0.0.2

 * Fix gem ownership.

### 0.0.1

 * Initial release.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pg_search-0.2.1 CHANGELOG