|
1 | 1 | /** |
2 | 2 | * CodeMirror Completer for Flow PHP DSL Functions |
3 | 3 | * |
4 | | - * Total functions: 703 |
| 4 | + * Total functions: 699 |
5 | 5 | * |
6 | 6 | * This completer provides autocompletion for all Flow PHP DSL functions: |
7 | 7 | * - Extractors (flow-extractors) |
@@ -4112,24 +4112,6 @@ const dslFunctions = [ |
4112 | 4112 | }, |
4113 | 4113 | apply: snippet("\\Flow\\ETL\\Adapter\\JSON\\from_json_lines(" + "$" + "{" + "1:path" + "}" + ")"), |
4114 | 4114 | boost: 10 |
4115 | | - }, { |
4116 | | - label: "from_meilisearch", |
4117 | | - type: "function", |
4118 | | - detail: "flow\u002Ddsl\u002Dextractors", |
4119 | | - info: () => { |
4120 | | - const div = document.createElement("div") |
4121 | | - div.innerHTML = ` |
4122 | | - <div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;"> |
4123 | | - <span class=\"fn-name\">from_meilisearch</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">array</span> <span class=\"fn-param\">$config</span><span class=\"fn-operator\">,</span> <span class=\"fn-type\">array</span> <span class=\"fn-param\">$params</span><span class=\"fn-operator\">,</span> <span class=\"fn-type\">string</span> <span class=\"fn-param\">$index</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">MeilisearchExtractor</span> |
4124 | | - </div> |
4125 | | - <div style="color: #8b949e; font-size: 13px;"> |
4126 | | - @param array{url: string, apiKey: string} $config<br>@param array{q: string, limit?: ?int, offset?: ?int, attributesToRetrieve?: ?array<string>, sort?: ?array<string>} $params |
4127 | | - </div> |
4128 | | - ` |
4129 | | - return div |
4130 | | - }, |
4131 | | - apply: snippet("\\Flow\\ETL\\Adapter\\Meilisearch\\from_meilisearch(" + "$" + "{" + "1:config" + "}" + ", " + "$" + "{" + "2:params" + "}" + ", " + "$" + "{" + "3:index" + "}" + ")"), |
4132 | | - boost: 10 |
4133 | 4115 | }, { |
4134 | 4116 | label: "from_memory", |
4135 | 4117 | type: "function", |
@@ -5720,24 +5702,6 @@ const dslFunctions = [ |
5720 | 5702 | }, |
5721 | 5703 | apply: snippet("\\Flow\\ETL\\DSL\\max(" + "$" + "{" + "1:ref" + "}" + ")"), |
5722 | 5704 | boost: 10 |
5723 | | - }, { |
5724 | | - label: "meilisearch_hits_to_rows", |
5725 | | - type: "function", |
5726 | | - detail: "flow\u002Ddsl\u002Dhelpers", |
5727 | | - info: () => { |
5728 | | - const div = document.createElement("div") |
5729 | | - div.innerHTML = ` |
5730 | | - <div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;"> |
5731 | | - <span class=\"fn-name\">meilisearch_hits_to_rows</span><span class=\"fn-operator\">(</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">HitsIntoRowsTransformer</span> |
5732 | | - </div> |
5733 | | - <div style="color: #8b949e; font-size: 13px;"> |
5734 | | - Transforms Meilisearch results into clear Flow Rows. |
5735 | | - </div> |
5736 | | - ` |
5737 | | - return div |
5738 | | - }, |
5739 | | - apply: snippet("\\Flow\\ETL\\Adapter\\Meilisearch\\meilisearch_hits_to_rows()"), |
5740 | | - boost: 10 |
5741 | 5705 | }, { |
5742 | 5706 | label: "memory_context_storage", |
5743 | 5707 | type: "function", |
@@ -10334,42 +10298,6 @@ const dslFunctions = [ |
10334 | 10298 | }, |
10335 | 10299 | apply: snippet("\\Flow\\ETL\\Adapter\\JSON\\to_json_lines(" + "$" + "{" + "1:path" + "}" + ")"), |
10336 | 10300 | boost: 10 |
10337 | | - }, { |
10338 | | - label: "to_meilisearch_bulk_index", |
10339 | | - type: "function", |
10340 | | - detail: "flow\u002Ddsl\u002Dloaders", |
10341 | | - info: () => { |
10342 | | - const div = document.createElement("div") |
10343 | | - div.innerHTML = ` |
10344 | | - <div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;"> |
10345 | | - <span class=\"fn-name\">to_meilisearch_bulk_index</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">array</span> <span class=\"fn-param\">$config</span><span class=\"fn-operator\">,</span> <span class=\"fn-type\">string</span> <span class=\"fn-param\">$index</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">Loader</span> |
10346 | | - </div> |
10347 | | - <div style="color: #8b949e; font-size: 13px;"> |
10348 | | - @param array{url: string, apiKey: string, httpClient: ?ClientInterface} $config |
10349 | | - </div> |
10350 | | - ` |
10351 | | - return div |
10352 | | - }, |
10353 | | - apply: snippet("\\Flow\\ETL\\Adapter\\Meilisearch\\to_meilisearch_bulk_index(" + "$" + "{" + "1:config" + "}" + ", " + "$" + "{" + "2:index" + "}" + ")"), |
10354 | | - boost: 10 |
10355 | | - }, { |
10356 | | - label: "to_meilisearch_bulk_update", |
10357 | | - type: "function", |
10358 | | - detail: "flow\u002Ddsl\u002Dloaders", |
10359 | | - info: () => { |
10360 | | - const div = document.createElement("div") |
10361 | | - div.innerHTML = ` |
10362 | | - <div style="font-family: 'Fira Code', 'JetBrains Mono', monospace; margin-bottom: 8px;"> |
10363 | | - <span class=\"fn-name\">to_meilisearch_bulk_update</span><span class=\"fn-operator\">(</span><span class=\"fn-type\">array</span> <span class=\"fn-param\">$config</span><span class=\"fn-operator\">,</span> <span class=\"fn-type\">string</span> <span class=\"fn-param\">$index</span><span class=\"fn-operator\">)</span> <span class=\"fn-operator\">:</span> <span class=\"fn-return\">Loader</span> |
10364 | | - </div> |
10365 | | - <div style="color: #8b949e; font-size: 13px;"> |
10366 | | - @param array{url: string, apiKey: string, httpClient: ?ClientInterface} $config |
10367 | | - </div> |
10368 | | - ` |
10369 | | - return div |
10370 | | - }, |
10371 | | - apply: snippet("\\Flow\\ETL\\Adapter\\Meilisearch\\to_meilisearch_bulk_update(" + "$" + "{" + "1:config" + "}" + ", " + "$" + "{" + "2:index" + "}" + ")"), |
10372 | | - boost: 10 |
10373 | 10301 | }, { |
10374 | 10302 | label: "to_memory", |
10375 | 10303 | type: "function", |
|
0 commit comments