https://github.com/bdeboe/isc-iknow-ifindportal
A Search Portal demo app for iFind, part of InterSystems' iKnow technology
https://github.com/bdeboe/isc-iknow-ifindportal
ifind iknow intersystems
Last synced: 2 months ago
JSON representation
A Search Portal demo app for iFind, part of InterSystems' iKnow technology
- Host: GitHub
- URL: https://github.com/bdeboe/isc-iknow-ifindportal
- Owner: bdeboe
- License: mit
- Created: 2015-09-21T16:37:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T12:25:43.000Z (about 5 years ago)
- Last Synced: 2026-01-03T03:05:09.785Z (5 months ago)
- Topics: ifind, iknow, intersystems
- Language: ObjectScript
- Homepage:
- Size: 452 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iFind Search Portal
This demo is a basic showcase for iFind features, including dominant concepts, proximity, highlighting and result ranking.
Simply start typing and explore your search results.
Note that the dominant, similar and related concepts widgets illustrate iKnow's unique concept capabilities, whereas classic search solutions would only be able to display individual words or predefined "good" word combinations. For more information about iKnow, check its [open source repo](https://github.com/intersystems/iknow).
## Installation
### Classic
Download the sources and import the `/src` folder into your namespace of choice (compiling them in the process).
```ObjectScript
d $system.OBJ.ImportDir("/path/to/isc-iknow-ifindportal/src/",,"c",,1)
```
### Using ZPM
Coming soon!
```ObjectScript
zpm install iFindPortal
```
## Use
There is no specific setup required. You can simply point the UI to a table with an iFind Analytic index by adding `?t=Your_Table.Name` to the URL. For example: [http://localhost:52773/csp/USER/Demo.SearchPortal.Home.zen?t=My_Package.TheTable]
Alternatively, you can create a subclass of `Demo.SearchPortal.Home` and override the IFP* class parameters to point to your table and index of choice.
More details on how to set up and use this app can be found in this article on the InterSystems Developer Community: https://community.intersystems.com/post/iknow-demo-apps-part-5-ifind-search-portal