summaryrefslogtreecommitdiff
path: root/system/db/search.go
AgeCommit message (Expand)Author
2017-04-11remoeve ErrNoSearchIndex since the implementation is disable by defaultSteve Manuel
2017-04-11change implementation of search to opt-in per type, less risky if sensative d...Steve Manuel
2017-04-07import layout style fixSteve Manuel
2017-04-07add initial implementation of api search handler with full-text search by typeSteve Manuel
2017-04-06renaming and add Delete operation for search indexSteve Manuel
2017-04-06adding default implementation of db.SearchableSteve Manuel
2017-04-06update index path to include the search dirSteve Manuel
2017-04-06adding json values to search index on insert and updateSteve Manuel
2017-04-06add mapping for search indices per content typeSteve Manuel