Skip to content

Releases: Yoomee/pig_search

Make sure delete errors are rescued

Choose a tag to compare

@andymayer andymayer released this 15 Apr 18:04
0.1.5

Bump version

Rescue NotFound errors on index delete

Choose a tag to compare

@northerner northerner released this 06 Dec 16:10
Merge pull request #9 from Yoomee/fix/delete-without-index

rescue from elasticsearch NotFound errors on delete

Fix for indexing logic on published status

Choose a tag to compare

@northerner northerner released this 02 Dec 10:29
Merge pull request #8 from Yoomee/feature/unpublish-index-delete

do not index documents that respond false to 'published?'

Fix for using custom searchable models in tests

Choose a tag to compare

@northerner northerner released this 30 Nov 16:39
Merge pull request #7 from Yoomee/fix/test-index

ensure a seperate index is created in test env

Rails 5 support

Choose a tag to compare

@northerner northerner released this 05 Jul 08:51
0.1.0

support for rails 5

0.0.5

Choose a tag to compare

@northerner northerner released this 29 Jun 08:59
fix error on missing query string

0.0.4

Choose a tag to compare

@northerner northerner released this 29 Jun 08:25
bump version to 0.0.4 for tags and ordering release

0.0.3

Choose a tag to compare

@northerner northerner released this 28 Jun 11:14
bump version to 0.0.3

Add elasticsearch initializer

Choose a tag to compare

@northerner northerner released this 27 Jun 16:13
0.0.2

bump to version 0.0.2 for addition of elasticsearch initializer

0.0.1: Merge pull request #1 from Yoomee/feature/elasticsearch

Choose a tag to compare

@northerner northerner released this 23 Jun 15:06
add elasticsearch and basic searchable concern