tiled
0.1.0a19.post2+gbad43f9

Tutorials

  • Installation
  • Navigate a Catalog
  • Load Slices of Data
  • Keep a Local Copy
  • Deliberate Export
  • Serve a Directory of Files
  • Search
  • Plot Data in Plotly Chart Studio

How To Guides

  • Serve Catalogs using Configuration Files
  • Use Profiles to streamline Python client setup
  • Use Tiled in Python without an HTTP server
  • Control Speed, Memory Usage, and Disk Usage

Explanations

  • Structures
  • Security
  • Access Control
  • FAQ
  • How Tiled Fits into the Ecosystem

Reference

  • Service-side Components
  • HTTP API
  • Python Client
    • Constructors
    • Client Catalog
      • tiled.client.catalog.Catalog.get
      • tiled.client.catalog.Catalog.keys
      • tiled.client.catalog.Catalog.items
      • tiled.client.catalog.Catalog.values
      • tiled.client.catalog.Catalog.metadata
      • tiled.client.catalog.Catalog.sorting
      • tiled.client.catalog.Catalog.path
      • tiled.client.catalog.Catalog.uri
      • tiled.client.catalog.Catalog.search
      • tiled.client.catalog.Catalog.sort
      • tiled.client.catalog.Catalog.keys_indexer
      • tiled.client.catalog.Catalog.items_indexer
      • tiled.client.catalog.Catalog.values_indexer
      • tiled.client.catalog.Catalog.client_for_item
      • tiled.client.catalog.Catalog.new_variation
      • tiled.client.catalog.Catalog.touch
    • Structure Clients
    • Cache
  • Authentication Details
  • Command-line tool
  • Service Configuration Reference
  • Client Profiles Reference
  • Design Documents
  • Release History
  • Minimum Version of Python and NumPy
tiled
  • »
  • Python Client »
  • tiled.client.catalog.Catalog.search
  • View page source

tiled.client.catalog.Catalog.search¶

Catalog.search(query)[source]¶

Make a Catalog with a subset of this Catalog’s entries, filtered by query.

Examples

>>> from tiled.queries import FullText
>>> catalog.search(FullText("hello"))
Next Previous

© Copyright 2021, Bluesky Collaboration.

Built with Sphinx using a theme provided by Read the Docs.