stevendesu / jsindex

1 stars 0 forks source link

Cannot search on un-indexed columns #10

Closed stevendesu closed 5 years ago

stevendesu commented 5 years ago

Just like #4, if there are no indexes we also cannot search at present. Instead we should just fall back to the less-efficient O(n) solution.