Sinar / popit_ng

Database and API implementation of Popolo standard
GNU Affero General Public License v3.0
22 stars 4 forks source link

Consider search directly on postgresql #280

Open sweemeng opened 6 years ago

sweemeng commented 6 years ago

Currently search results do not get update immediately, especially on delete and create. It can be faster, if result is fetched directly to database, but there is no way to directly query to database like elasticsearch.

So :-