news-ai / tabulae

API for media list management
https://tabulae.newsai.org/
0 stars 0 forks source link

designing advanced filter system #333

Open AbhiAgarwal opened 7 years ago

AbhiAgarwal commented 7 years ago

since it's contacts we can use ES pretty heavily to filter things. can only do AND filters easily (OR we will not do for a while).

to figure out how to query a bunch of stuff together well. the ES queries need to be able to grow large in size but also return exact results (so no using mins and stuff)

AbhiAgarwal commented 7 years ago

have an interface array where you can add a bunch of custom filters. Will probably have to hard code a bunch of filters. not too possible to have them be generated on the fly