Releases: Yoomee/pig_search
Releases · Yoomee/pig_search
Release list
Make sure delete errors are rescued
Rescue NotFound errors on index delete
Merge pull request #9 from Yoomee/fix/delete-without-index rescue from elasticsearch NotFound errors on delete
Fix for indexing logic on published status
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
Merge pull request #7 from Yoomee/fix/test-index ensure a seperate index is created in test env
Rails 5 support
0.0.5
0.0.4
bump version to 0.0.4 for tags and ordering release
0.0.3
Add elasticsearch initializer
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
add elasticsearch and basic searchable concern