Package Pyblio :: Module Query
[show private | hide private]
[frames | no frames]

Module Pyblio.Query

Definition of the query language.

A query is composed of elementary search operations, which are combined by boolean operations:
>>> query = (AnyWord(u'findme') | Txo('type', item)) & ~ HasField('title')

Classes
AnyWord Full text searching of a single word
HasField Matches when the record has the specified field.
Null Does not search anything, but is useful when programatically constructing a query:
Queryable A mixin that provides an (one day optimized) query engine to a store
Txo Search items that belong to the corresponding txo

Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 http://epydoc.sf.net