Skip to content

DOCSP-50493: quick reference cleanup #527

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. _golang-watch-changes:
.. _golang-monitor-changes:

====================
Monitor Data Changes
====================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _golang-count-documents:

===============
Count Documents
===============
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _golang-limit:

====================================
Limit the Number of Returned Results
====================================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _golang-skip:

=====================
Skip Returned Results
=====================
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.. _golang-sort-results:

============
Sort Results
============
Expand Down Expand Up @@ -286,4 +284,4 @@ guide, see the following API Documentation:
- `FindOneAndDelete() <{+api+}/mongo#Collection.FindOneAndDelete>`__
- `FindOneAndUpdate() <{+api+}/mongo#Collection.FindOneAndUpdate>`__
- `FindOneAndReplace() <{+api+}/mongo#Collection.FindOneAndReplace>`__
- `GridFSBucket.Find() <{+api+}/mongo#GridFSBucket.Find>`__
- `GridFSBucket.Find() <{+api+}/mongo#GridFSBucket.Find>`__
6 changes: 3 additions & 3 deletions source/crud/insert.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _golang-insert-guide:

=================
Insert a Document
=================
================
Insert Documents
================

.. facet::
:name: genre
Expand Down
3 changes: 2 additions & 1 deletion source/crud/query.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ Query Operations

Specify a Query </crud/query/query-document>
Find Documents </crud/query/retrieve>
Access Data from a Cursor </crud/query/cursor>
Specify Documents to Return </crud/query/specify-return-documents>
Specify Fields to Return </crud/query/project>
Count Documents </crud/query/count>
Distinct Field Values </crud/query/distinct>
Access Data from a Cursor </crud/query/cursor>
Search Text </crud/query/text>
Geospatial Queries </crud/query/geo>
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _golang-search-text:

===========
Search Text
===========
=====================
Perform a Text Search
=====================

.. meta::
:description: Learn how to perform text searches with the MongoDB Go Driver, including creating text indexes and sorting results by relevance.
Expand Down
Loading
Loading