gell-search
v0.0.1
Published
gell based implementation of application search
Downloads
75
Readme
gell-search
gell based implementation of application search
Concepts
target
- item representing the result of a successful search
term
- string that can be matched against resulting in a
hit
- string that can be matched against resulting in a
reference
- refers to a
target
item through a searchterm
- refers to a
hit
- matching
reference
(i.e search result)
- matching
Features
- persistence
- indexer
- api
- lambda stream event handler
Searching
Limiting Search Results
- filter by
termAttribute
- is this really possible yet?
type
- could be replaced with
hierarchy
- could be replaced with
- other potential implementations
hierarchy
- ACME#CRM#CUSTOMER
- not sure this makes sense...
context
To Do
- use domain model metadata to determine what to index
- handle add/update/delete events