tiled
0.1.0a98.dev2+g47944da

Tutorials

  • Installation
  • Navigate with the Python Client
  • Load Slices of Data
  • Keep a Local Copy
  • Deliberate Export
  • Log into an Authenticated Tiled Server
  • Serve a Directory of Files
  • Search
  • Writing Data
  • Plot Data in Plotly Chart Studio

How To Guides

  • Use Performance and Debug Logging
  • Serve Data using Configuration Files
  • Serve Files with Custom Formats
  • Add Custom Export Formats
  • Use Profiles to streamline Python client setup
  • Create and Use API Keys
  • Custom Python Client Objects
  • Prometheus Metrics
  • Use Tiled in Python without an HTTP server
  • Tune Caches to Balance Speed and Memory Usage
  • Run Tiled using Docker
  • Set up a database for a scaled authenticated deloyment

Explanations

  • Standards Used by Tiled
  • Structures
  • Metadata, Specs, and References
  • Security
  • Compression
  • Case Study: Reading and Exporting a Specialized Format
  • Caching Design and Roadmap
  • Access Control
  • Scaling Tiled Down
  • FAQ
  • How Tiled Fits into the Ecosystem

Reference

  • Service-side Components
  • HTTP API
  • Python Client
    • Constructors
    • Client Node
      • tiled.client.node.Node.get
      • tiled.client.node.Node.keys
      • tiled.client.node.Node.items
      • tiled.client.node.Node.values
      • tiled.iterviews.ValuesView.first
      • tiled.iterviews.ValuesView.last
      • tiled.iterviews.ValuesView.head
      • tiled.iterviews.ValuesView.tail
      • tiled.client.node.Node.metadata
      • tiled.client.node.Node.references
      • tiled.client.node.Node.sorting
      • tiled.client.node.Node.uri
      • tiled.client.node.Node.specs
      • tiled.client.node.Node.search
        • Node.search()
      • tiled.client.node.Node.sort
      • tiled.client.node.Node.download
      • tiled.client.node.Node.refresh
      • tiled.client.node.Node.distinct
    • Structure Clients
    • Cache
    • Context
  • Queries
  • Authentication Details
  • Scopes
  • Command-line tool
  • Service Configuration Reference
  • Client Profiles Reference
  • Release History
  • Minimum Version of Python and NumPy
tiled
  • Python Client
  • tiled.client.node.Node.search
  • View page source

tiled.client.node.Node.search¶

Node.search(query)[source]¶

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

Examples

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

© Copyright 2021, Bluesky Collaboration.

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