Skip to content

Commit

Permalink
TOP-203 copying over index change from outpost-api
Browse files Browse the repository at this point in the history
  • Loading branch information
apricot13 committed Jun 21, 2024
1 parent 8760d69 commit 786ac91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/services/mongo/setup-mongodb.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ db.indexed_services.createIndex(
}
);
db.indexed_services.createIndex({
"locations.geometry": "2dsphere",
"service_at_locations.location.geometry": "2dsphere",
});
db.indexed_services.createIndex({
"taxonomies.slug": 1,
Expand Down

0 comments on commit 786ac91

Please sign in to comment.