Beit-Hatfutsot / dbs-back

The MoJP RESTfull API server
GNU Affero General Public License v3.0
1 stars 4 forks source link

person search by date should return results in a timely manner #107

Closed OriHoch closed 7 years ago

OriHoch commented 7 years ago

post-deploy

daonb commented 7 years ago

In mongo_create_index.py index for Slug.En is missing. Also, we should probably move all the create_index calls here and add the Slug indexes for all the collections

OriHoch commented 7 years ago

@daonb - this PR focuses on fixing #82 - regarding the persons search I opened an issue to handle your comment regarding indexes - #111