Page 1 of 1

Full-text search

PostPosted: Mon Jun 28, 2021 9:55 am
by Otto
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


Image
Image
Image

Image

Re: Full-text search

PostPosted: Mon Jun 28, 2021 4:40 pm
by Otto
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


Image

Re: Full-text search

PostPosted: Tue Jun 29, 2021 7:13 am
by Otto
Logical operators and|not supported
Thanks to harbour search is that easy


Image

Image