Commit a15641e0 authored by Michel Pelletier's avatar Michel Pelletier

Added lexicon support

parent b084d5e9
......@@ -397,6 +397,10 @@ class Catalog(Persistent, Acquisition.Implicit):
def _indexedSearch(self, args, sort_index, append, used,
IIBType=type(IIBucket()), intSType=type(intSet())):
## import pdb
## pdb.set_trace()
## I use this so much I'm just leaving it commented out
rs=None
data=self.data
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment