zotero/chrome/chromeFiles/content/scholar/xpcom
Dan Stillman c4e9e76795 Search (data layer):
- Added 'fulltext' condition as shortcut to add an operator/value against all string-based conditions -- can be used for quicksearch within a view if collectionID/savedSearchID is added as a required condition along with it

Note that the 'fulltext' condition isn't stored internally and addCondition() doesn't return a searchConditionID for it, so it's not really meant to be used for saved searches.

Example:

var search = new Scholar.Search();
search.addCondition('collectionID', 'is', 6856, true);
search.addCondition('fulltext', 'contains', 'wellman');
Scholar.debug(search.search());


- Fixed isNot/doesNotContain for items table fields and collectionID
2006-08-22 04:23:01 +00:00
..
cite.js closes #103, figure out how to store captured pages in native export format 2006-08-20 04:35:04 +00:00
data_access.js Fix some JS strict warnings in data methods 2006-08-20 02:03:57 +00:00
db.js Fixes #195, ISBNs should not become INTs 2006-08-18 19:24:46 +00:00
file.js Fix #191, calling Scholar.Attachments.importFromURL on a PDF without PDF plug-in installed results in a prompt to save the file to the disk 2006-08-19 20:51:01 +00:00
history.js Fixes #89, once an item is added to the library, the item list is no longer updated on delete 2006-06-27 05:42:35 +00:00
ingester.js adds short roles to CSL (Ed. instead of Editor) 2006-08-19 23:14:27 +00:00
mime.js Fix #191, calling Scholar.Attachments.importFromURL on a PDF without PDF plug-in installed results in a prompt to save the file to the disk 2006-08-19 20:51:01 +00:00
notifier.js Notifier.isEnabled() 2006-08-15 21:31:08 +00:00
schema.js Oops 2006-08-13 22:30:25 +00:00
scholar.js Fixes #182, Date Added/Modified is in UTC 2006-08-14 03:19:01 +00:00
search.js Search (data layer): 2006-08-22 04:23:01 +00:00
translate.js closes #103, figure out how to store captured pages in native export format 2006-08-20 04:35:04 +00:00
utilities.js Fix Utilities.HTTP.doHead() brokenness 2006-08-19 20:45:27 +00:00