GNOME Bugzilla – Bug 318720
deskbar-applet indexing error
Last modified: 2005-10-14 15:01:38 UTC
Distribution/Version: Gentoo 2005.1 2.6.13-ck7 AMD64 When starting up CVS version, I get the following error: Starting mozilla/ff bookmarks indexation Done ! Error:_parse_search:No way to extract a <SEARCH field: updateCheckDays=1 Error:_parse_search:No way to extract a <SEARCH field: <input name="sourceid" value="Mozilla-search"> Error:_parse_search:No way to extract a <SEARCH field: <input name="Submit" value="Go"> Error:_parse_search:No way to extract a <SEARCH field: <input name="DEPA" value="0"> Error:_parse_search:No way to extract a <SEARCH field: <input name="type" value=""> Error:_parse_search:No way to extract a <SEARCH field: <input name="description" user> Error:_parse_search:No way to extract a <SEARCH field: <input name="category" value="0"> Error:_parse_search:No way to extract a <SEARCH field: <input name="minPrice" value=""> Error:_parse_search:No way to extract a <SEARCH field: <input name="maxPrice" value=""> Error:_parse_search:No way to extract a <SEARCH field: <input name="Go.x" value="0"> Error:_parse_search:No way to extract a <SEARCH field: <input name="Go.y" value="0"> Error:_parse_search:No way to extract a <SEARCH field: <interpret The interesting thing about this is it looks like the fields of a Newegg.com search. I used to have such a bookmark, but I no longer do. I did a grep -R in my firefox profile directiory looking for this and it is not in the bookmarks. It does exist in the history, and probably exists in the "smart bookmark" -- are you indexing either of those? In any case, it does not affect functionality at all, but I'm passing it on in case it's an indicator of some other problem.
Okay, it's the smart bookmark for Newegg.com (from mycroft.mozdev.org if you want to test this) that isn't working in the deskbar-applet. It does work properly in the firefox search box.
Yes i see why it is failing, i made some assumptions about the format of the pseudo-xml file, that apparently newegg does'nt use. I'll correct that.
I just realized it's not just Newegg -- the first error, "updateCheckDays=1" is from google.src.
Fixed in CVS, the google one is not a problem.
Thanks, I can confirm it's fixed here. I assume "TestMatch" is coming out later? ;-)
It is not installed in production environement, but is used with cvs. In other word it isn't 'make install'-ed. You can remove it if it bothers you..