FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index mod_harbour Full-text search
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Full-text search
Posted: Mon Jun 28, 2021 09:55 AM
Hello friends,

I made a first attempt to do a full-text search with mod harbour.
My documentation is organized in HTML files in a directory with subdirectories.
There are around 1300 files.
I do a recursive directory browsing, and then I search through the individual HTML files with the AT() function.
I am very satisfied with the speed of the search.

Best regards,
Otto






Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Full-text search
Posted: Mon Jun 28, 2021 04:40 PM
Hello friends,

I didn't imagine that search speed would be that good.
Now it is a matter of displaying the search result informatively and possibly making the search more flexible.
But here you are in harbour and all is easy!

I am searching all topics inside topic text and header!

Now I tested using "logical operators".


Best regards,
Otto


Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Full-text search
Posted: Tue Jun 29, 2021 07:13 AM
Logical operators and|not supported
Thanks to harbour search is that easy




Continue the discussion