mirror of
https://github.com/karust/openserp.git
synced 2026-08-25 01:10:03 +08:00
12 lines
294 B
Markdown
12 lines
294 B
Markdown
# Multi-engine compare (JavaScript)
|
|
|
|
Runs one query across several engines with `/mega/search` and groups the results
|
|
by domain, so you can see which sites the engines agree on.
|
|
|
|
```bash
|
|
npm install
|
|
node index.js
|
|
```
|
|
|
|
Edit the `query` and `engines` in [index.js](index.js) to compare your own.
|