Are HTML-SNAPSHOTS indexed (& thus searchable?) thru Zotero ?
Are HTML-SNAPSHOTS indexed (& thus searchable?) thru Zotero ?
ps: I've let Zotero install the indexing plugin (for Linux) automatically; some pdf files are indexed, others not yet. How long does it take for indexing to complete? What does it depend on? Idle CPU? Any methods to expedite indexing? Does this also index the HTML Snapshots?
thx!
ps: I've let Zotero install the indexing plugin (for Linux) automatically; some pdf files are indexed, others not yet. How long does it take for indexing to complete? What does it depend on? Idle CPU? Any methods to expedite indexing? Does this also index the HTML Snapshots?
thx!
PDFs should index on import - if they don't you can try to see if you can index them manually by clicking on the green arrow next to "Indexed: No" - some files just won't index - most often because they don't have OCRd text, but at times there are other problems (permissions etc.).
I think what did the trick (for me) was to click on the black down-arrow in the standard search box and select "Everything"...
Snapshots of webpages - for instance this page - are correctly marked as indexed, however not searchable through Zotero.
Any suggestions?
EDIT: Using the advanced search however works.
I reinstalled the standalone and the connector to make sure that I have the current versions.
A fulltext search using the quicksearch bar --- set to 'everything' --- only works if the search phrase is put in quotes. This automatically starts the advanced search.
Since I am also working with the Zotero code, I found a solution to this problem. If this is just how Zotero is designed to be and hence a feature and not a bug, please simply consider my suggestions as irrelevant.
In order for Zotero to also search the contents of indexed attachments using the quicksearch bar the following simple modification has to be made:
add the code "this.addCondition('fulltextContent', operator, split, false);"
in zotero.jar/content/zotero/xpcom/search.js#addCondition after line 434.
So far the search condition is only specified by "this.addCondition('fulltextWord', operator, split, false);" which for some reason does not work. To be honest I don't fully understand it but it has to do with the table that is searched by this condition which, in turn, does not contain all indexed words.
Hope I did not confuse anyone.
Then I started a search, using the quicksearch bar that has been set on 'everything'. Searching for the string 'Dan' without quotes should in my understanding result in a hit for this page. However it doesn't.
What is the definition of keywords?
I suppose it is not 'non stop words' in retrieval terms?
I added http://www.zeit.de/gesellschaft/schule/2012-09/waldorfschulen-studie to Zotero using the corresponding translator (sorry, it is a German webpage).
Interestingly searching for 'Barz' (a name) or 'Bildungsforscher' (a noun) works, however searching for 'gesund' (part of 'gesundheitliche' an adjective doesn't. In turn, searching for 'Problem' (again a noun) will not work either.
Does that help to reproduce my search problem?
Provide a Debug ID (from Standalone) that covers 1) saving a snapshot and 2) searching for it in Everything mode.