Skip to content
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

DRIVERS-2768: Restore missing "type" option docs for search indexes #1650

Merged
merged 1 commit into from
Sep 5, 2024

Commits on Sep 5, 2024

  1. DRIVERS-2768: Restore missing "type" option docs for search indexes

    b746fcc incorrectly added the "type" option to IndexOptions instead of SearchIndexOptions. Moreover, that change was made to the RST file after it was converted to Markdown and shortly before it was replaced with a stub pointing to the Markdown file. As a result, the change was entirely lost.
    
    This adds back documentation for the "type" option and also restructures the SearchIndexModel and SearchIndexOptions definitions to be more consistent with IndexModel and IndexOptions. The "name" option is no longer duplicated between both interfaces.
    jmikola committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    816225c View commit details
    Browse the repository at this point in the history