Released a new version of SEAL the #Search Engine Abstraction Layer for #PHP. It brings support for TLS / HTTPS for all http based adapters / clients.
github.com/PHP-CMSIG/search/releases/tag/0.12.9
Added a new documentation cookbook to SEAL how you can use ORM LiveCycle Events to update a Search Index inside SEAL. Feedback very welcome:
php-cmsig.github.io/search/cookbooks/orm-examples.html
#php #search #sealsearch #orm
This is a big milestone for SEAL the #Search Engine Abstraction Layer for #php. Thx to Yanick we have now facets 🚀. Faceted Search is one of the most common technics in ecommerce systems. It allows you to only show filters which make sense for the user.
github.com/PHP-CMSIG/search/releases/tag/0.11.0
Happy to show you another new release of SEAL. With the latest release its now possible to count your documents inside your #search index. Specially useful to hide a search if there is nothing available. Thx to Yanick again for this feature.
github.com/PHP-CMSIG/search/releases/tag/0.10.0
We released a new version of SEAL which improves the document size if Solr and Loupe is used. Additional also latest version of Loupe is supported, ⚠️ be aware to reindex with drop if you are using the Loupe or Solr adapter after upgrade:
github.com/PHP-CMSIG/search/releases/tag/0.9.0
#php #search