Skip to content

Commit c661c9e

Browse files
committed
Add missing meta descriptions
1 parent c4a89ed commit c661c9e

File tree

94 files changed

+282
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+282
-0
lines changed

source/agg-pipeline-builder/aggregation-pipeline-builder-settings.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Aggregation Pipeline Builder Settings
55
=====================================
66

7+
.. meta::
8+
:description: Adjust MongoDB Compass Aggregation Pipeline Builder settings to customize your experience and enhance pipeline performance.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/count-pipeline-results.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Count Pipeline Results Documents
55
================================
66

7+
.. meta::
8+
:description: View the number of documents outputted by your aggregation pipeline using the count results button in MongoDB Compass.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/create-a-view.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Create a View from Pipeline Results
55
===================================
66

7+
.. meta::
8+
:description: Create a read-only view from aggregation pipeline results in MongoDB Compass to limit user access to predefined data.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/export-pipeline-results.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Export Aggregation Pipeline Results
55
===================================
66

7+
.. meta::
8+
:description: Export your aggregation pipeline results from Compass as JSON or CSV files, with options for advanced JSON formats to preserve data types.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/export-pipeline-to-language.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Export Pipeline to Specific Language
55
====================================
66

7+
.. meta::
8+
:description: Export aggregation pipelines to various programming languages using the Aggregation Pipeline Builder for integration into applications.
9+
710
.. default-domain:: mongodb
811

912
You can use the :ref:`Aggregation Pipeline Builder

source/agg-pipeline-builder/maxtime-ms-pipeline.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Set Max Time MS for Aggregation Queries
55
=======================================
66

7+
.. meta::
8+
:description: Set an upper time limit for aggregation pipelines in MongoDB Compass using the Max Time MS option to manage query execution time.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/open-saved-pipeline.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Open a Saved Pipeline
55
=====================
66

7+
.. meta::
8+
:description: Load and edit saved aggregation pipelines in MongoDB Compass using the pipeline builder.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/pipeline-custom-collation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Specify Custom Collation For Your Pipeline
55
==========================================
66

7+
.. meta::
8+
:description: Specify custom collation in your aggregation pipeline to apply language-specific string comparison rules, such as case and accent handling.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/save-agg-pipeline.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Save a Pipeline
55
===============
66

7+
.. meta::
8+
:description: Save your aggregation pipelines for future use and edit them without altering the original version.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/agg-pipeline-builder/view-pipeline-explain-plan.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
View Explain Plans for a Pipeline
55
=================================
66

7+
.. meta::
8+
:description: View the explain plan for your aggregation pipeline to understand its performance, including execution time and document examination details.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

0 commit comments

Comments
 (0)