FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Question about wfReadUrl() - SOLVED
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Question about wfReadUrl() - SOLVED
Posted: Sun Apr 07, 2024 06:22 AM

Hello Michel,

In your legal software, you surely often need full-text search across various documents. How do you solve that?

Best regards,

Otto

Posts: 9020
Joined: Thu Oct 06, 2005 08:17 PM
Re: Question about wfReadUrl() - SOLVED
Posted: Sun Apr 07, 2024 07:28 AM
nageswaragunupudi wrote:Another alternative
Code (fw): Select all Collapse
function ValidURL( cUrl )

   local cIp

   WsaStartUp()
   cIp = GetHostByName( cUrl )
   WsaCleanUp()

return cIp != "0.0.0.0"
Does this work for you? If it is working is it fast in all cases?
I like it!
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Question about wfReadUrl() - SOLVED
Posted: Sun Apr 07, 2024 08:12 AM

Otto,

I don't do any search in my application into documents. Problem is that there are much to many documents (I have customers with more than 1 million documents).

So they use the standard Microsoft search which is doing fine.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Question about wfReadUrl() - SOLVED
Posted: Sun Apr 07, 2024 09:06 AM
Posts: 1467
Joined: Mon Oct 10, 2005 11:26 AM
Re: Question about wfReadUrl() - SOLVED
Posted: Sun Apr 07, 2024 09:37 AM

Otto,

Looks very good. I'll have a look tomorrow.

Thanks.

Regards,

Michel D.
Genk (Belgium)


_____________________________________________________________________________________________

I use : FiveWin for (x)Harbour v. 25.12 - Harbour 3.2.0 (May 2025) - xHarbour Builder (January 2020) - Bcc773

Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Re: Question about wfReadUrl() - SOLVED
Posted: Wed Apr 10, 2024 10:16 AM

Hello Michel,

have you perhaps already had time to perform a search with PowerShell in your large datasets?

I would be very interested to know what the speed is like.

Best regards,

Otto

Continue the discussion