We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documents in Custom Type
Author author Repeatable 142 docs. Category category Repeatable 16 docs. Product product Repeatable 6304 docs. Series series Repeatable 7 docs. Source source Repeatable 169 docs.
Trying to use these commands to get sources documents.
form = api.form("everything") form.ref(api.get_master()).query("""[[any(document.type, ["source"])]]""").page_size("100") form.submit().documents
The results are inconsistent, sometimes it spurts out only products.
products
When I use this command multiple times.
form.ref(api.get_master()).query("""[[any(document.type, ["source"])]]""").page_size("100")
It returns the correct result.
Not too sure whats happening.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Documents in Custom Type
Trying to use these commands to get sources documents.
The results are inconsistent, sometimes it spurts out only
products
.When I use this command multiple times.
It returns the correct result.
Not too sure whats happening.
The text was updated successfully, but these errors were encountered: