-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a3e5d5d
commit d3be0f2
Showing
2 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
local agent = 'Algolia for JavaScript (4.24.0)%3B Browser (lite)' | ||
|
||
add_engine('algolia', function(client, query, opts) | ||
assert(type(opts['application_id']) == 'string', 'application_id must be set') | ||
assert(type(opts['api_key']) == 'string', 'api_key must be set') | ||
assert(type(opts['distributed']) == 'boolean', 'distributed must be set') | ||
|
||
-- | ||
end) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters