@algolia/n8n-nodes-algolia 0.11.1 → 0.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -2
- package/dist/nodes/Algolia/Algolia.node.js +121 -136
- package/package.json +4 -5
package/README.md
CHANGED
|
@@ -42,11 +42,14 @@ This node supports the following operations:
|
|
|
42
42
|
|
|
43
43
|
<!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
|
|
44
44
|
<!-- OPERATIONS START -->
|
|
45
|
+
|
|
45
46
|
### Advanced
|
|
47
|
+
|
|
46
48
|
- **Retrieve log entries** - The request must be authenticated by an API key with the [`logs` ACL](https://www.algolia.com/doc/guides/security/api-keys/#access-control-list-acl).
|
|
47
49
|
- **Check application task status** - Checks the status of a given application task.
|
|
48
50
|
|
|
49
51
|
### Api Keys
|
|
52
|
+
|
|
50
53
|
- **List API keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
|
|
51
54
|
- **Create an API key** - Creates a new API key with specific permissions and restrictions.
|
|
52
55
|
- **Retrieve API key permissions** - Gets the permissions and restrictions of an API key.
|
|
@@ -55,6 +58,7 @@ This node supports the following operations:
|
|
|
55
58
|
- **Restore an API key** - Restores a deleted API key.
|
|
56
59
|
|
|
57
60
|
### Clusters
|
|
61
|
+
|
|
58
62
|
- **Assign or move a user ID** - Assigns or moves a user ID to a cluster.
|
|
59
63
|
- **List user IDs** - Lists the userIDs assigned to a multi-cluster application.
|
|
60
64
|
- **Assign multiple userIDs** - Assigns multiple user IDs to a cluster.
|
|
@@ -66,6 +70,7 @@ This node supports the following operations:
|
|
|
66
70
|
- **Get migration and user mapping status** - To determine when the time-consuming process of creating a large batch of users or migrating users from one cluster to another is complete, this operation retrieves the status of the process.
|
|
67
71
|
|
|
68
72
|
### Dictionaries
|
|
73
|
+
|
|
69
74
|
- **Add or delete dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
|
|
70
75
|
- **Search dictionary entries** - Searches for standard and custom dictionary entries.
|
|
71
76
|
- **Retrieve dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
|
|
@@ -73,6 +78,7 @@ This node supports the following operations:
|
|
|
73
78
|
- **List available languages** - Lists supported languages with their supported dictionary types and number of custom entries.
|
|
74
79
|
|
|
75
80
|
### Indices
|
|
81
|
+
|
|
76
82
|
- **Delete an index** - Deletes an index and all its settings.
|
|
77
83
|
- **Retrieve index settings** - Retrieves an object with non-null index settings.
|
|
78
84
|
- **Update index settings** - Update the specified index settings.
|
|
@@ -81,6 +87,7 @@ This node supports the following operations:
|
|
|
81
87
|
- **List indices** - Lists all indices in the current Algolia application.
|
|
82
88
|
|
|
83
89
|
### Records
|
|
90
|
+
|
|
84
91
|
- **Add a new record (with auto-generated object ID)** - Adds a record to an index or replaces it.
|
|
85
92
|
- **Retrieve a record** - Retrieves one record by its object ID.
|
|
86
93
|
- **Add or replace a record** - If a record with the specified object ID exists, the existing record is replaced.
|
|
@@ -93,6 +100,7 @@ This node supports the following operations:
|
|
|
93
100
|
- **Retrieve records** - Retrieves one or more records, potentially from different indices.
|
|
94
101
|
|
|
95
102
|
### Rules
|
|
103
|
+
|
|
96
104
|
- **Retrieve a rule** - Retrieves a rule by its ID.
|
|
97
105
|
- **Create or replace a rule** - If a rule with the specified object ID doesn't exist, it's created.
|
|
98
106
|
- **Delete a rule** - Deletes a rule by its ID.
|
|
@@ -101,12 +109,14 @@ This node supports the following operations:
|
|
|
101
109
|
- **Search for rules** - Searches for rules in your index.
|
|
102
110
|
|
|
103
111
|
### Search
|
|
112
|
+
|
|
104
113
|
- **Search an index** - Searches a single index and returns matching search results as hits.
|
|
105
114
|
- **Search multiple indices** - Sends multiple search requests to one or more indices.
|
|
106
115
|
- **Search for facet values** - Searches for values of a specified facet attribute.
|
|
107
116
|
- **Browse for records** - Retrieves records from an index, up to 1,000 per request.
|
|
108
117
|
|
|
109
118
|
### Synonyms
|
|
119
|
+
|
|
110
120
|
- **Retrieve a synonym** - Retrieves a synonym by its ID.
|
|
111
121
|
- **Create or replace a synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
|
|
112
122
|
- **Delete a synonym** - Deletes a synonym by its ID.
|
|
@@ -115,11 +125,12 @@ This node supports the following operations:
|
|
|
115
125
|
- **Search for synonyms** - Searches for synonyms in your index.
|
|
116
126
|
|
|
117
127
|
### Vaults
|
|
128
|
+
|
|
118
129
|
- **List allowed sources** - Retrieves all allowed IP addresses with access to your application.
|
|
119
130
|
- **Replace allowed sources** - Replaces the list of allowed sources.
|
|
120
131
|
- **Add a source** - Adds a source to the list of allowed sources.
|
|
121
|
-
- **Delete a source** - Deletes a source from the list of allowed sources.
|
|
122
|
-
|
|
132
|
+
- **Delete a source** - Deletes a source from the list of allowed sources.
|
|
133
|
+
<!-- OPERATIONS END -->
|
|
123
134
|
|
|
124
135
|
## Usage examples
|
|
125
136
|
|