This is a flattened representation of the model which removes or merges all lists of complex objects so that the fields may be directly queried.
Any field on this object may be included as a keyword in the models query. For example "name: Demo" would search for models with the word Demo in the name. A search for "mattertags.labels: kitchen" would search for any models that have at least one mattertag with the word kitchen in the label.
- type ModelSearchResult implements ModelSummary {
- ID! :
- ID :
- ID! :
- DateTime! :
- DateTime! :
- String :
- String :
- # A hero or preview image associated with the model
- PhotoSummary :
- # Who is allowed to see this model.
- ModelVisibility! :
- # Whether the model is a demo model. Demo models are the only models accessible in
- # sandbox mode.
- Boolean! :
- Address! :
- GeoLocation :
- ModelMlsDetails! :
- # Summary information about the assets in the model.
- ModelSearchAssets :
- # Summary information about the floors in the models.
- ModelSearchFloors :
- # Summary information about the rooms in the models.
- ModelSearchRooms :
- # Summary information about the mattertags in the models.
- ModelSearchMattertags :
- # Summary information about the measurements in the models.
- ModelSearchMeasurements :
- # Summary information about the public details of the models.
- ModelSearchPublicationDetails :
- # Overall state of the model
- ModelState :
- # The model specific billing information.
- ModelBillingInformation :
- # How well the search result matches the query. A larger number is a better match.
- Float! :
- }