Bingo.prototype.searchExact = function()

in bingo.js [163:167]


Bingo.prototype.searchExact = function(query, options) {
    options = options || '';
    this.indigo._setSessionId();
    return new BingoObject(Bingo._checkResult(this.indigo, this._lib.bingoSearchExact(this.id, query.id, options)), this.indigo, this);
};