zotero/chrome/chromeFiles/content/scholar
Dan Stillman 60f7c8fccd Scholar.Items.search(text) -- (extremely) simple fulltext search on all fields -- returns an array of ids of matching items
The real search function will be considerably more advanced/flexible, but this should work as a placeholder for the moment. Probably quick enough for FAYT, at least with a ~0.5 second delay to avoid unnecessary calls while people are typing (which is probably a good idea anyway). This search doesn't use indexes at all, so if more speed is needed, one option would be to maintain a manual FULLTEXT-type index (using triggers, ideally) that could be quickly searched, but we'd lose intra-word filtering, which people would probably expect...
2006-06-06 08:02:29 +00:00
..
ingester Add library, hooks for scraping MARC records. 2006-06-03 22:26:01 +00:00
test Sorting on a colum: Much, much, much, better. (hope)fully implemented! 2006-06-05 15:49:11 +00:00
xpcom Scholar.Items.search(text) -- (extremely) simple fulltext search on all fields -- returns an array of ids of matching items 2006-06-06 08:02:29 +00:00
collectionTreeView.js Changed all references of 'folder' to 'collection' in code to correspond to database / dataacess nomenclature. 2006-06-05 18:01:53 +00:00
include.js - Implemented singleton XPCOM component to store core Scholar objects 2006-05-27 00:20:27 +00:00
itemTreeView.js Changed all references of 'folder' to 'collection' in code to correspond to database / dataacess nomenclature. 2006-06-05 18:01:53 +00:00
metadataPane.js Converted interface strings into localized entities/properties. 2006-06-05 17:47:36 +00:00
metadataPane.xul Converted interface strings into localized entities/properties. 2006-06-05 17:47:36 +00:00
overlay.js Changed all references of 'folder' to 'collection' in code to correspond to database / dataacess nomenclature. 2006-06-05 18:01:53 +00:00
overlay.xul Changed all references of 'folder' to 'collection' in code to correspond to database / dataacess nomenclature. 2006-06-05 18:01:53 +00:00
preferences.js Added basic preferences support. 2006-05-18 18:39:55 +00:00
preferences.xul Converted interface strings into localized entities/properties. 2006-06-05 17:47:36 +00:00