PHP Classes

Full text search with multiple terms

Recommend this page to a friend!

      Website PHP Full Text Search  >  All threads  >  Full text search with multiple terms  >  (Un) Subscribe thread alerts  
Subject:Full text search with multiple terms
Summary:Full text search with multiple terms only returns literal hits
Messages:1
Author:E. Hackenitz
Date:2021-04-20 10:28:01
 

  1. Full text search with multiple terms   Reply   Report abuse  
Picture of E. Hackenitz E. Hackenitz - 2021-04-20 10:28:01
Basically it works when you supply a single search term or a literal phrase. When more search terms are supplied the results are pretty soon zero. Don't know if its by design but here is an example

Example
file1 contains: Lorem ipsum one
file2 contains: Lorem ipsum two

Search : Lorem -> ok, two hits found
Search : Lorem ipsum one -> one hits found
Search : one two -> no hits found