Best way for autocomplete fast search
Hello All,
what is the best method for search a portion of text in a non-indexed global?
I need to implement an autocomplete kind of search, in a global of >1M registers (text type, not $lb)
Maybe the best way would be use a SQL mapped class, with 'Bitmap' indexes?
Thanks in advance!
Try using iFind indices:
http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GIKNOW_ifind
See aside iFind.
I long ago did the tests, using Bible, at searching for of any substring.
The difference is obvious.
Hi, Romero!
Look at this project which does search for Documentation with iKnow and iFind by @Константин Ерёмин. Demo. Github.
It uses iKnow for autocomplete functionality in a search box.
Thank you guys, for your fast answers! :-)