Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
MetaDataQuery.Results
Queries results.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| MetaDataQuery | 8.0 | Yes | No | No | Yes, macOS only | Yes |
MBS( "MetaDataQuery.Results"; Query ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Query | The reference number of the query. | $query |
Result
Returns JSON Text or error.
Description
Queries results.Returns all items with all attributes as one big JSON block.
Examples
Save all results as JSON in field:
Set Field [ Search Applications::All Results JSON ; MBS( "MetaDataQuery.Results"; $Query ) ]
See also
Example Databases
Blog Entries
Release notes
- Version 10.3
- Fixed problem with MetaDataQuery.Results not returning JSON.
Created 16th December 2017, last changed 16th December 2017
MetaDataQuery.ResultCount - MetaDataQuery.SearchScopes
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins