Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified source/images/compass/collection-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/query-bar-schema-view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/query-builder.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/query-builder2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/query-builder3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified source/images/compass/query-builder4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions source/includes/steps-create-query-via-builder.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ content: |

In the :guilabel:`Schema` view, you can click on a chart value to
build a query. For example, the following image shows the query
filter built by clicking the ``EWR`` value for the
``departureAirportFsCode`` field.
filter built by clicking the ``Manhattan`` value for the
``borough`` field.

.. figure:: /images/compass/query-builder.png
:figwidth: 815px
Expand All @@ -30,7 +30,7 @@ level: 4
ref: create-compound-query
content: |
For example, the following image shows shows the compound query
built by selecting a value in the ``flightId`` field.
built by selecting values in the ``cuisine`` field.

.. figure:: /images/compass/query-builder2.png
:figwidth: 817px
Expand Down
3 changes: 0 additions & 3 deletions source/schema.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ percentage of each data type represented.
that Compass can provide a graded bar of the field contents, with
the most-frequently occurring string on the left.

- The ``categories`` field contains arrays of strings. The analysis
shows the minimum, maximum, and average array lengths.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Compass still shows this information for arrays of strings. We probably shouldn't delete it from our docs, but it would be nice to tune this to the new example in the updated screenshots.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the text and the image accordingly!

.. figure:: /images/compass/collection-schema.png
:figwidth: 700px
:alt: Example of a collection's schema
Expand Down
Loading