Skip to content

Commit c35b753

Browse files
Merge pull request #105073 from timsander1/master
spatial indexing refresh
2 parents 5a21e2f + d0c7fbc commit c35b753

File tree

6 files changed

+462
-372
lines changed

6 files changed

+462
-372
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13810,6 +13810,11 @@
1381013810
"redirect_url": "https://docs.microsoft.com/azure/cosmos-db/geospatial",
1381113811
"redirect_document_id": false
1381213812
},
13813+
{
13814+
"source_path": "articles/cosmos-db/geospatial.md",
13815+
"redirect_url": "/azure/cosmos-db/sql-query-geospatial-intro",
13816+
"redirect_document_id": false
13817+
},
1381313818
{
1381413819
"source_path": "articles/documentdb/documentdb-get-started-quickstart.md",
1381513820
"redirect_url": "https://docs.microsoft.com/azure/cosmos-db/create-documentdb-dotnet",

articles/cosmos-db/TOC.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,6 +426,17 @@
426426
- name: IS_STRING
427427
displayName: IS_STRING, IsString, is string, built-in functions
428428
href: sql-query-is-string.md
429+
- name: Geospatial data
430+
items:
431+
- name: Geospatial overview
432+
displayName: geospatial, spatial
433+
href: sql-query-geospatial-intro.md
434+
- name: Query geospatial data
435+
displayName: geospatial, spatial, query
436+
href: sql-query-geospatial-query.md
437+
- name: Index geospatial data
438+
displayName: geospatial, spatial, index
439+
href: sql-query-geospatial-index.md
429440
- name: Parameterized query
430441
displayName: parameterized query, parameterized, parameter, parameters
431442
href: sql-query-parameterized-queries.md
@@ -457,8 +468,6 @@
457468
items:
458469
- name: DateTime
459470
href: working-with-dates.md
460-
- name: Geospatial
461-
href: geospatial.md
462471
- name: Time to live
463472
displayName: delete, delete data, ttl
464473
href: time-to-live.md

0 commit comments

Comments
 (0)