Libraries tagged by search data
franzip/serp-fetcher
143 Downloads
Wrapper around SimpleHtmlDom to easily fetch data from Search Engine Result Pages with built-in caching support.
eaitfakir/eloquent-searchable
2 Downloads
Laravel Eloquent Searchable is a lightweight package that provides dynamic and flexible search functionality for your Eloquent models. Simply define searchable fields and perform quick searches across your data.
amt/amt-pinecone
9 Downloads
AMT_Pinecone is a TYPO3 extension that integrates semantic search capabilities into your website using OpenAI embedding models and the Pinecone vector database. Semantic search focuses on understanding the meaning and context of search queries rather than relying on exact keyword matches. It enables more intuitive and relevant search results by analyzing the relationships between words and their meanings. This extension leverages advanced AI models to provide users with highly accurate and context-aware search experiences.
amitavroy/laravel-elastic
36 Downloads
A package to give the ability to index data on Elastic search and allow to searh on individual models.
wtnz/silverstripe-elastica
185 Downloads
Provides Elastic Search integration for SilverStripe DataObjects using Elastica
weboftalent/elastica
32 Downloads
Provides Elastic Search integration for SilverStripe DataObjects using Elastica. Fork of module by AJ Short
haunt-jonathan/heyday-silverstripe-elastica
332 Downloads
Provides Elastic Search integration for SilverStripe DataObjects using Elastica
zk2/sps-bundle
1030 Downloads
Bundle implements the concept of "Search - Pagination - Sort" for tabular data
jreuteler/silverstripe-db-log
37 Downloads
Adds a database logger and log-search/filtering in the backend.
illusionist/searcher
40 Downloads
Generates database queries based on search syntax.
paulodiff/rainbow-table-index
25 Downloads
Laravel database data encryption with full text search
laravel-filter/filter
7 Downloads
the package is for filtering data for EXP you have search bar/page with multi filters option this package will help you to do that filters easily and fast this package using pipeline technology and it will check the request part by part
gkratz/searchbundle
11 Downloads
A bundle to easily activate a search engine into your own symfony 3 datas
tomfun/brander-eav
619 Downloads
helps to create entity that have different attributes (fields) in same database. Also provide integration with elastic search friendsofsymfony/elastica-bundle
yousafsyed/algorithms
18 Downloads
Original Proposal: Using the right data structure or algorithm for the situation is an important aspect of programming. In computer science literature, many data structures and algorithms have been researched and extensively documented. However, there is still no standard library in Php implementing useful structures and algorithms like Red/Black Trees, tries, different sorting algorithms, etc. This project will create such a library with documentation on when to use a particular structure/algorithm. It will also come with a benchmark suite to compare performance in different situations.