Page 2 of 2

Re: Question about wfReadUrl() - SOLVED

PostPosted: Sun Apr 07, 2024 6:22 am
by Otto
Hello Michel,
In your legal software, you surely often need full-text search across various documents. How do you solve that?
Best regards,
Otto

Re: Question about wfReadUrl() - SOLVED

PostPosted: Sun Apr 07, 2024 7:28 am
by Enrico Maria Giordano
nageswaragunupudi wrote:Another alternative
Code: Select all  Expand view
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!

Re: Question about wfReadUrl() - SOLVED

PostPosted: Sun Apr 07, 2024 8:12 am
by driessen
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.

Re: Question about wfReadUrl() - SOLVED

PostPosted: Sun Apr 07, 2024 9:06 am
by Otto

Re: Question about wfReadUrl() - SOLVED

PostPosted: Sun Apr 07, 2024 9:37 am
by driessen
Otto,

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

Re: Question about wfReadUrl() - SOLVED

PostPosted: Wed Apr 10, 2024 10:16 am
by Otto
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