UNPKG

sphinxql

Version:

SphinxQL query builder for Node.JS. Supports Sphinx search(2.x and 3.x) and Manticore search

10 lines (7 loc) 267 B
// import SphinxQL from '../src/SphinxQL'; // import SphinxClientPool from '../src/SphinxClientPool'; describe('greeter function', () => { it('it creates and stablish a Sphinx/Manticore connection successfully', () => { expect(true).toBeTruthy(); }); });