The following results can be built up inside the YQL Console:

This example shows how to build up the same query in a YQL Flexible view, with the following result:

View settings:
- Query Settings (These decide which YQL table to query)
- Alternate API URL: default/leave empty (No need to query outside the YQL base)
- API method: JSON (For now the only supported method)
- YQL base table: local.search (The table name is found in the YQL Console)
- Number of items: 30 (Pick a number that covers your needs, but don't fetch the entire table)
- Custom open tables: leave empty (The table is Yahoo's own, so we need no custom open tables)
- YQL base object: leave empty (It could also be set to 'Result' -- the object that contains the results)
- Fields (The available field names can be seen in the YQL Console)
- Field Name: Title
- Field Name: Address
- Field Name: Rating.AverageRating
- Filter (Again, available fields for filtering can be seen in the YQL Console)
- Field Name: query, Operator: is equal to, Value: sushi
- Field Name: location, Operator: is equal to, Value: san fransisco, ca
- Sort criteria (Again, available fields for filtering can be seen in the YQL Console)
- Field Name: Rating.AverageRating, Sort descending (Used in the installed example view but not in the screenshot)gi