#1882 HIGH Trial-2: indexing service fails to index
Zarro Boogs per Child
bugtracker at laptop.org
Thu Jul 5 12:02:17 EDT 2007
#1882: indexing service fails to index
------------------------+---------------------------------------------------
Reporter: tomeu | Owner: bcsaller
Type: defect | Status: assigned
Priority: high | Milestone: Trial-2
Component: datastore | Version:
Resolution: | Keywords:
Verified: 0 |
------------------------+---------------------------------------------------
Changes (by bcsaller):
* status: new => assigned
Comment:
The property namespace is flat, it looks like you're trying to push a dict
of nested values and expecting fulltext indexing to work. Also you'd want
a :text postfix there.
ds.update(uid, {'history-url' : 'http://google.com/ig',
'history-title:text' 'Google Homepage',
})
If we need property sets or nested data we'd need to revise a few things.
--
Ticket URL: <http://dev.laptop.org/ticket/1882#comment:5>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list