sphinxql
Version:
SphinxQL query builder for Node.JS. Supports Sphinx search(2.x and 3.x) and Manticore search
13 lines • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var FilterCondition_1 = require("../FilterCondition");
var WhereStatement = (function (_super) {
tslib_1.__extends(WhereStatement, _super);
function WhereStatement() {
return _super !== null && _super.apply(this, arguments) || this;
}
return WhereStatement;
}(FilterCondition_1.default));
exports.default = WhereStatement;
//# sourceMappingURL=WhereStatement.js.map