There is a conceptual difference since the where won't be performed on the index layer but on the model layer after TNTSearch fetched the results. So, this commit won't allow users to filter indexed data but model data.
Anyway, this is a simple implementation that will allow users to filter their search based on simple "equals to" criteria. If the PR is accepted, then we should implement other kinds of filtering (>= != etc)
There is a conceptual difference since the where won't be performed on the index layer but on the model layer after TNTSearch fetched the results. So, this commit won't allow users to filter indexed data but model data.
Anyway, this is a simple implementation that will allow users to filter their search based on simple "equals to" criteria. If the PR is accepted, then we should implement other kinds of filtering (>= != etc)