Past year
  • Any time
  • Past hour
  • Past 24 hours
  • Past week
  • Past month
  • Past year
All results
Jul 19, 2023 · TNTSearch is a full-text search (FTS) engine written entirely in PHP. A simple configuration allows you to add an amazing search experience in just minutes.
Jan 2, 2024 · I'm going to show you how to create simple search using PHP and MySQL. You'll learn: How to use GET and POST methods; Connect to database; Communicate with ...
Dec 19, 2023 · With PHP, you can create a simple and dynamic search feature that allows users to filter and find what they are looking for. In this article, you will learn how ...
Jun 8, 2023 · Perform a search on several indices at the same time, with one method call.
Jun 7, 2023 · Summary indexes enable you to efficiently search on large volumes of data. When you create a summary index you design a scheduled search that runs in the ...
Oct 2, 2023 · In this tutorial, we will explore various methods and techniques to search for values in a PHP associative array. Searching for a Key in an Associative Array.
May 4, 2024 · Preprocess text for search. This hook is called to preprocess both the text added to the search index and the keywords users have submitted for searching.
Aug 10, 2023 · Full-Text Search in MySQL server lets users run full-text queries against character-based data in MySQL tables. You must create a full-text index on the table ...
Sep 8, 2023 · A Search Criteria is an implementation of the SearchCriteriaInterface class that allows you to build custom requests with different conditions. Repositories use ...
Missing: index. | Show results with:index.
Jan 17, 2024 · The basic idea of linear search is to iterate through the array and compare each element with the target value until a match is found or the end of the array is ...