Skip to content

Fix required explicit parameter name for Query docs#592

Merged
loks0n merged 2 commits intoappwrite:mainfrom
Kilo-Loco:bug-fix-swift-query-docs
Dec 3, 2024
Merged

Fix required explicit parameter name for Query docs#592
loks0n merged 2 commits intoappwrite:mainfrom
Kilo-Loco:bug-fix-swift-query-docs

Conversation

@Kilo-Loco
Copy link
Copy Markdown
Contributor

What does this PR do?

Small changes to the Query method calls shown in the Swift docs.

The Query method signatures all follow a similar format to the snippet below:

public static func equal(_ attribute: String, value: Any) -> String {}

value is an explicitly named parameter which requires the call site to look like the snippet below:

Query.equal("title", value: "Avatar")

Test Plan

n/a

Related PRs and Issues

n/a

Have you read the Contributing Guidelines on issues?

yes

@loks0n loks0n merged commit 13bc61a into appwrite:main Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants