Libraries tagged by one search
mawdoo3customsearchtask/search
2 Downloads
This package will allow the user to search any topic using google custom search api, get the top 10 results from mawdoo3.com, save the selected results, add comments on them, modify them, or delete them from the database.
codercms/fast-fuzzy-search
2 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
digitalutsc/ajax_solr_search
603 Downloads
Drupal 8/9 module provide a user interface for the Federated Search functionality among all of Drupal sites which index content to one shared Solr core
amitavroy/laravel-elastic
34 Downloads
A package to give the ability to index data on Elastic search and allow to searh on individual models.
rhoone/yii2-rhoone
65 Downloads
Search-in-one.
nzo/elastic-query-bundle
767 Downloads
Symfony bundle used to execute search based on simple query language for the Elasticsearch system
toanld/laravel-scout-tntsearch-driver
8 Downloads
Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
sawmainek/laravel-scout-tntsearch-driver
108 Downloads
Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
mgarcia96/laravel-scout-tntsearch-driver
85 Downloads
Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch
ejklock/laravel-cloudsearch
4 Downloads
Index and search Laravel models on Amazon's CloudSearch.
drinks-it/smile-elasticsuite
0 Downloads
Magento 2 merchandising and search engine built on ElasticSearch
landlib/treealgorithms
29 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
tomtruyen/fuzzyness
147 Downloads
A package that provides pseudo fuzzy-searching to Laravel database queries based on tomtruyen/Fuzzyness.
yousafsyed/algorithms
17 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.
yggdrashill/post-big-extract-query
6 Downloads
Solarium plugin converting GET request into POST, for big extract Solr's query, to avoid ERROR URI limitation HTTP 414 in case there are too many characters on literals parameter.