ParticipaPY/politic-bots

Improve the search function

joausaga opened this issue · 0 comments

Improve the search function to save more information about tweets by the using the flags object. A proposed structure for the flags is the following
"flags": {
"partidos" : {
"anr":2,
"plra":0,
"pq":0
},
"movimiento": {
"hc": 7,
"ca": 2
},
"candidatura": {
"sp": 3,
"ma": 1
}
The construction of the flag object should dynamic so we can support different key values.