Skip to content

Instantly share code, notes, and snippets.

@parisnakitakejser
Created January 27, 2022 11:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parisnakitakejser/4ce9a84df8113908db46b9a72075ef51 to your computer and use it in GitHub Desktop.
Save parisnakitakejser/4ce9a84df8113908db46b9a72075ef51 to your computer and use it in GitHub Desktop.
Search samples for Elasticsearch
curl -X GET "localhost:9200/test-index-1/_search?pretty" # Simple search
curl -X GET "localhost:9200/test-index-1/_search?q=demo&pretty" # Simple search
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment