iFind Search Portal
A simple and rather automated search portal leveraging iFind capabilities for rich text search in 2016.1. It has simple faceting, result ranking, highlighting of search results etc and just works off any table you point it to that has an iFind index by appending ?t=MyPackage.TableName to the URL.
See also https://github.com/bdeboe/isc-iknow-ifindportal for more details and the latest version.
Benjamin, thank you for this!
Are there any demo servers with described functionality?
Hi,
I'm interested in having ranking score for search results using iFind. How can I get the the scores ?
Thank you.
Hi Evgeny, Jack,
Ranking is new in 2016.1, and will indeed allow you to retrieve a score expressing how well a record matches a search string. A packagename.tablename_indexnameRank function gets automatically generated when you compile your class with an iFind index and can be invoked as follows:
There are no public demo servers exposing this functionality at this time.
regards,
benjamin