Home | Trees | Index | Help |
|
---|
Package Pyblio :: Module 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. |
Queryable |
A mixin that provides an (one day optimized) query engine to a store |
Txo |
Search items that belong to the corresponding txo |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Wed Feb 15 23:19:38 2006 | http://epydoc.sf.net |