Re: [Doxygen-users] Client-Side Searching
Brought to you by:
dimitri
|
From: Dimitri V. H. <do...@gm...> - 2010-12-16 21:16:37
|
Hi Jake, On Dec 16, 2010, at 21:51 , Jake Colman wrote: > > I've just upgraded from Doxygen v1.5.5 to v1.7.2 reconfigured to use > client-side searching instead of server-side. Much to my surprise, the > search does not find anything! > > I am using the following settings: > > SEARCHENGINE = YES > SERVER_BASED_SEARCH = NO > > Am I missing something obvious? Hard to tell. The difference between the server and client side search indices, is that the client side only works with symbol names and symbol prefixes, so no words in the documentation or arbitrary sub-strings can be searched, which is possible with the server side version. Does the server-side version work for you with 1.7.2? Regards, Dimitri |