We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0793e6 commit ac7fc9bCopy full SHA for ac7fc9b
components/firecrawl/actions/search/search.mjs
@@ -93,6 +93,7 @@ export default {
93
},
94
async run({ $ }) {
95
const results = await this.firecrawl.search({
96
+ $,
97
data: {
98
query: this.query,
99
limit: this.maxResults,
0 commit comments