0.0.1 • Published 6 months ago

gell-search v0.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
6 months ago

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
  • reference
    • refers to a target item through a search term
  • hit
    • matching reference (i.e search result)

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
  • 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
0.0.1

6 months ago