Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand search api to embedded document collections as well #9441

Closed
cswendrowski opened this issue May 22, 2023 · 0 comments
Closed

Expand search api to embedded document collections as well #9441

cswendrowski opened this issue May 22, 2023 · 0 comments
Assignees
Labels
api Issues related to the API used by Mod Devs

Comments

@cswendrowski
Copy link
Contributor

Examples:

game.journal.get("x9xlmkKYSp1PEYAf").pages.search({query: "Decades of exposure"})
game.actors.get("A60ns8tMmTdrXI6U").items.search({filters: [{field: "type", value: "feat"}]})

This will allow us to empower the Journal page search, and give an easy extension point for searching Actor items and such

@cswendrowski cswendrowski added the api Issues related to the API used by Mod Devs label May 22, 2023
@cswendrowski cswendrowski added this to the Version 11 - Stable milestone May 22, 2023
@cswendrowski cswendrowski self-assigned this May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to the API used by Mod Devs
Projects
Status: Done
Development

No branches or pull requests

1 participant