Searching for some help for SEAL integrating into Laravel Scout:
github.com/laravel/framework/discussions/56545


Alexander
@alex_s_
Currently working on SEAL a Search Engine Abstraction Layer for your favorite PHP Framework : https://github.com/PHP-CMSIG/search
• 23 Posts • 73 Views
What search engines do you use? Please share with others.
@MrPunyapal like it because it starts fast :). Got a little bit slower in the startup in the last year but still good.
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