refactor: logging + search modules PH
This commit is contained in:
7
server/modules/search/algolia/definition.yml
Normal file
7
server/modules/search/algolia/definition.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
key: algolia
|
||||
title: Algolia
|
||||
description: Algolia is a powerful search-as-a-service solution, made easy to use with API clients, UI libraries, and pre-built integrations.
|
||||
author: requarks.io
|
||||
logo: https://static.requarks.io/logo/algolia.svg
|
||||
website: https://www.algolia.com/
|
||||
props: {}
|
26
server/modules/search/algolia/engine.js
Normal file
26
server/modules/search/algolia/engine.js
Normal file
@@ -0,0 +1,26 @@
|
||||
module.exports = {
|
||||
activate() {
|
||||
|
||||
},
|
||||
deactivate() {
|
||||
|
||||
},
|
||||
query() {
|
||||
|
||||
},
|
||||
created() {
|
||||
|
||||
},
|
||||
updated() {
|
||||
|
||||
},
|
||||
deleted() {
|
||||
|
||||
},
|
||||
renamed() {
|
||||
|
||||
},
|
||||
rebuild() {
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user