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

Update search.md #932

Closed
wants to merge 1 commit into from
Closed

Commits on Nov 26, 2024

  1. Update search.md

    Getting an error when omitting the body parameter. 
    
       ConfigurationError: Missing required parameter: body
    
          114 |         })
          115 |
        > 116 |         await ds.client.index({ index: "movies", refresh: true })
              |                         ^
          117 |       })
          118 |       afterAll(async () => {
          119 |         await ds.client.indices.delete({ index: "movies" })
    
          at Client.indexApi [as index] (node_modules/@opensearch-project/opensearch/api/api/index.js:103:17)
          at Object.index (classes/tests/app_datasource_opensearch.e2e.test.js:116:25)
    
    Signed-off-by: romaincomeau <92224046+romaincomeau@users.noreply.github.com>
    romaincomeau authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8891f2a View commit details
    Browse the repository at this point in the history