Skip to content

0.13.5

Compare
Choose a tag to compare
@OriHoch OriHoch released this 12 Jul 14:30
· 12 commits to dev since this release
  • #201 preliminary support for getting item data from new ES, based on slug
  • #203 add slugs attribute + general fixes for ES indexing
  • #205 Fix limitation with title suggest field mapping which caused sync to fail
  • #209 fix wizard search to work with the new ES data
  • #208 add google embed map url to get item API (only for clearmash items which have it)

deployment (to dev)

drop index and recreate index mapping (to allow full re-sync with slugs)

gcloud compute ssh bhs-dev-3
sudo su -l bhs
# stop the pipelines
cd mojp-dbs-pipelines
make docker-stop
# delete the index
curl -X DELETE 10.240.0.7:9200/next-mojp-dev-index-1
curl -X DELETE 10.240.0.7:9200/next-mojp-dev
# create the index
cd ../api
PYTHONPATH=. env/bin/python scripts/elasticsearch_create_index.py