Description Usage Arguments Value Examples
Function to create url to connect api elasticsearch
1 2 3 4 5 6 7 | es.credential(
user = user,
passwd = passwd,
find_search = find_search,
database = database,
table = table
)
|
user |
username |
passwd |
password |
find_search |
find or search in string |
database |
database name |
table |
table name |
a character that contain a link
1 2 3 4 5 6 7 | es.credential(
"entreprise",
"admin123",
"search",
"finance",
"realties"
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.