Can be an idea configure Jets to search in a Table column, deciding the column in the search method.
Example
var jets = new Jets({
searchTag: '#jetsSearch',
contentTag: '#jetsContent',
columns: [0,2,5]
});
jets.search("key", [0,5]);
jets.search("key", [0]);
Can be an idea configure Jets to search in a Table column, deciding the column in the search method.
Example