zotero/chrome/chromeFiles/content/scholar/xpcom
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
..
data_access.js 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
db.js Missing association of ISSN with journalArticle type -- added to sample data (thanks Simon) 2006-06-04 18:53:22 +00:00
ingester.js Add library, hooks for scraping MARC records. 2006-06-03 22:26:01 +00:00
marc.js Add library, hooks for scraping MARC records. 2006-06-03 22:26:01 +00:00
notifier.js Put square brackets around ids in notifier debug output if multiple ids passed 2006-06-05 21:51:21 +00:00
scholar.js Implemented Scholar.Date, a group of functions for handling date formatting, etc. 2006-06-05 16:19:11 +00:00