@algolia/n8n-nodes-algolia 0.5.2 → 0.7.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 CHANGED
@@ -20,14 +20,97 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
20
20
 
21
21
  This node supports the following operations:
22
22
 
23
- **Index**
24
-
25
- - List Indices: List all indices in your Algolia application
26
- - Search Index: Search for records in a specific index
27
-
28
- **Objects**
29
-
30
- - Add Object: Add a new object to an index
23
+ <!-- THE FOLLOWING SECTION IS GENERATED BY CI. ANY CHANGES WILL BE OVERRIDDEN -->
24
+ <!-- OPERATIONS START -->
25
+
26
+ ### Advanced
27
+
28
+ - **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).
29
+ - **Check application task status** - Checks the status of a given application task.
30
+
31
+ ### Api Keys
32
+
33
+ - **List API keys** - Lists all API keys associated with your Algolia application, including their permissions and restrictions.
34
+ - **Create an API key** - Creates a new API key with specific permissions and restrictions.
35
+ - **Retrieve API key permissions** - Gets the permissions and restrictions of an API key.
36
+ - **Update an API key** - Replaces the permissions of an existing API key.
37
+ - **Delete an API key** - Deletes the API key.
38
+ - **Restore an API key** - Restores a deleted API key.
39
+
40
+ ### Clusters
41
+
42
+ - **Assign or move a user ID** - Assigns or moves a user ID to a cluster.
43
+ - **List user IDs** - Lists the userIDs assigned to a multi-cluster application.
44
+ - **Assign multiple userIDs** - Assigns multiple user IDs to a cluster.
45
+ - **Get top user IDs** - Get the IDs of the 10 users with the highest number of records per cluster.
46
+ - **Retrieve user ID** - Returns the user ID data stored in the mapping.
47
+ - **Delete user ID** - Deletes a user ID and its associated data from the clusters.
48
+ - **List clusters** - Lists the available clusters in a multi-cluster setup.
49
+ - **Search for user IDs** - Since it can take a few seconds to get the data from the different clusters,
50
+ - **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.
51
+
52
+ ### Dictionaries
53
+
54
+ - **Add or delete dictionary entries** - Adds or deletes multiple entries from your plurals, segmentation, or stop word dictionaries.
55
+ - **Search dictionary entries** - Searches for standard and custom dictionary entries.
56
+ - **Retrieve dictionary settings** - Retrieves the languages for which standard dictionary entries are turned off.
57
+ - **Update dictionary settings** - Turns standard stop word dictionary entries on or off for a given language.
58
+ - **List available languages** - Lists supported languages with their supported dictionary types and number of custom entries.
59
+
60
+ ### Indices
61
+
62
+ - **Delete an index** - Deletes an index and all its settings.
63
+ - **Retrieve index settings** - Retrieves an object with non-null index settings.
64
+ - **Update index settings** - Update the specified index settings.
65
+ - **Check task status** - Checks the status of a given task.
66
+ - **Copy or move an index** - Copies or moves (renames) an index within the same Algolia application.
67
+ - **List indices** - Lists all indices in the current Algolia application.
68
+
69
+ ### Records
70
+
71
+ - **Add a new record (with auto-generated object ID)** - Adds a record to an index or replaces it.
72
+ - **Retrieve a record** - Retrieves one record by its object ID.
73
+ - **Add or replace a record** - If a record with the specified object ID exists, the existing record is replaced.
74
+ - **Delete a record** - Deletes a record by its object ID.
75
+ - **Delete records matching a filter** - This operation doesn't accept empty filters.
76
+ - **Delete all records from an index** - Deletes only the records from an index while keeping settings, synonyms, and rules.
77
+ - **Add or update attributes** - Adds new attributes to a record, or updates existing ones.
78
+ - **Batch indexing operations on one index** - Adds, updates, or deletes records in one index with a single API request.
79
+ - **Batch indexing operations on multiple indices** - Adds, updates, or deletes records in multiple indices with a single API request.
80
+ - **Retrieve records** - Retrieves one or more records, potentially from different indices.
81
+
82
+ ### Rules
83
+
84
+ - **Retrieve a rule** - Retrieves a rule by its ID.
85
+ - **Create or replace a rule** - If a rule with the specified object ID doesn't exist, it's created.
86
+ - **Delete a rule** - Deletes a rule by its ID.
87
+ - **Create or update rules** - Create or update multiple rules.
88
+ - **Delete all rules** - Deletes all rules from the index.
89
+ - **Search for rules** - Searches for rules in your index.
90
+
91
+ ### Search
92
+
93
+ - **Search an index** - Searches a single index and returns matching search results as hits.
94
+ - **Search multiple indices** - Sends multiple search requests to one or more indices.
95
+ - **Search for facet values** - Searches for values of a specified facet attribute.
96
+ - **Browse for records** - Retrieves records from an index, up to 1,000 per request.
97
+
98
+ ### Synonyms
99
+
100
+ - **Retrieve a synonym** - Retrieves a synonym by its ID.
101
+ - **Create or replace a synonym** - If a synonym with the specified object ID doesn't exist, Algolia adds a new one.
102
+ - **Delete a synonym** - Deletes a synonym by its ID.
103
+ - **Create or replace synonyms** - If a synonym with the `objectID` doesn't exist, Algolia adds a new one.
104
+ - **Delete all synonyms** - Deletes all synonyms from the index.
105
+ - **Search for synonyms** - Searches for synonyms in your index.
106
+
107
+ ### Vaults
108
+
109
+ - **List allowed sources** - Retrieves all allowed IP addresses with access to your application.
110
+ - **Replace allowed sources** - Replaces the list of allowed sources.
111
+ - **Add a source** - Adds a source to the list of allowed sources.
112
+ - **Delete a source** - Deletes a source from the list of allowed sources.
113
+ <!-- OPERATIONS END -->
31
114
 
32
115
  ## Credentials
33
116