Werner F. Bruhin schrieb: >>> I can not get the search function to work anymore. I get stuck with the >>> message 'Preparing search...' and the ... after 'Searching' is blinking. >>> Search used to work when I used Sphinx (in mid October 2008), but now >>> when I installed latest version on a new computer I got this problem. >>> >>> Google brough up a discussion from November 2008 >>> (http://www.mail-archive.com/[email protected]/msg00661.html). >>> My problem seems to be the same as the problem described in that mail. >>> Unfortunately I could not find any solution in that thread. It was said >>> that the problem was fixed in version 0.5.1 - But I'm still having this >>> problem with version 0.5.1! >>> >>> Anybody know how I can fix this? >>> >>> This is Sphinx 0.5.1 with Python 2.5.2 on Windows Vista. The problem is >>> there both with IE 7.0 and Firefox 3.0.6. >>> >> >> Unfortunately problems with the search are hard to debug. Is your >> documentation >> online somewhere so that I can try it, or are the sources public? >> > I have the same problems (at least it looks like it to me). I put the > doc up on my web site, maybe seeing two different sites/docs might help you. > > http://www.spiritissimo.com/test/
Of course it was two different problems. :) In your case, it seems that your searchtools.js is not the one that is shipped with 0.5.1 -- the problem is that the page sources are missing. Can you check if the searchtools.js is properly copied in the output directory? There should be a condition checking for DOCUMENTATION_OPTIONS.HAS_SOURCE in it. Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
