1. Re: Can anyone suggest
- Posted by euphoric <euphoric at cklester.com> Feb 13, 2004
- 520 views
I Mullins wrote: >Using a database of > 100,000 names and addresses, etc., we can type >into a search field 'MARK', for example, and get back a list of all >names which contain 'MARK': > > Mark Adams > Adam Markham > Jance Marks > Jane Marklin Dobbs > Markie Mark > ... > >Currently, we are using FileMaker Pro, and it returns such searches >in a fraction of a second. Is it possible to come up with something >in Euphoria which could do the same in some reasonable amount of time, >say 1 or 2 seconds? > > Irv, there's code in the dialog.e code I sent you a while back that does this to a list, though it only matches the first part and does it in real time (as you type, matches appear instantly). I'll see if I can modify it to do a true search and see how fast it gets... :)