James,
The sqlite library is compiled into your Livecode application, it doesn't
need to be installed anywhere on your users' computers.  The sqlite library
supplied with Livecode includes fts3 and fts4.

I'm certain that the sqlite fts module will give you the results you want
in a fraction of the times you've experienced.

Pete
lcSQL Software <http://www.lcsql.com>



On Tue, Aug 14, 2012 at 8:39 PM, James Hale <ja...@thehales.id.au> wrote:

> I also realised that the FT module in sqlite could do all this but I
> couldn't guarantee that this would be available as not all installations of
> sqlite have this module compiled and I didn't want to go down the road of
> compiling and supplying it myself. My app is initially for Mac but will
> also be compiled for Windows once I get a working beta. I also plan to
> provide input for other text forms such as .txt, .html, .rtf and perhaps
> markdown, but early days yet.
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to