Scott explains how we can have a secure, encrypted, and hack-proof database, but still use normal SELECT and search queries on it. Interesting stuff!
Tag: faceted search
Faceted search provides advanced filtering for search results. In this article, James George covers WordPress faceted search with the FacetWP plugin.
Wern Ancheta goes through a bare-bones introduction to Elasticsearch, the amazingly fast search engine you can populate with custom data and use with PHP.
Bruno Skvorc uses Twig, Bootstrap and Diffbot's PHP client to build a search engine app for Diffbot-powered harvested data collections
Bruno Skvorc introduces Diffbot's crawling and searching functionality as he crawls the entire SitePoint.com domain in one go, and then queries the data.
Taylor Ren introduces PINQ - a PHP library based on LINQ for providing a unified API for querying arrays, iterators and external data sources
In this article, we briefly introduced the basic functionality of PINQ and how to use it in a web app.
Lukas White wraps up the SOLR series, configuring SOLR and Solarium from scratch and explaining how they work in-depth
This is the third article in a four-part series on using Solarium, in conjunction with Apache’s SOLR search implementation.
This is the second article in a four part series on using Solarium, in conjunction with Apache’s SOLR search implementation.
Lukas White begins a SOLR series, configuring SOLR and Solarium from scratch and explaining how they work in-depth