I might be having the same problem - my html search box only find words in the document titles, not words that appear in the body text of documents.
For example, I have the term "dashboard" throughout my chapters, but when I search for dashboard I only get one result, which is a file title that includes Dashboard. I found this - http://sphinx-doc.org/config.html?highlight=copy_#confval-html_copy_source - it says that you need to set html_copy_source to True (or leave it at default). This element was entirely missing from my conf.py. When I added it, there was no difference. There is also a bug open about partial word search failing. https://github.com/sphinx-doc/sphinx/issues/1341 How can I debug the html search failure? On Monday, June 8, 2015 at 10:09:52 AM UTC-4, Nasta Sviatokha wrote: > > > Hi all, > > I have problems with HTML search. The search engine doesn't find any > results in the documentation for some words. And I don't see any > dependencies why some words can be found and some can't be. > > > For example, I have the following glossary in my Sphinx documentation: > > > API > Application Programming Interface – A set of routines, protocols, and > tools for building or interfacing with software applications. > > CentOS > Community Enterprise Operating System, a Linux distribution that operating > system provides a free, enterprise class, community-supported computing > platform. > > DHCP > Dynamic Host Configuration Protocol > > DNS > Domain Name System > > EPEL > Extra Packages for Enterprise Linux, a volunteer-based community effort > from the Fedora project to create a repository of high-quality add-on > packages that complement the Fedora-based Red Hat Enterprise Linux (RHEL) > and its compatible spinoffs, such as CentOS and Scientific Linux. > > HA > High Availability > > Hadoop MapReduce > Software framework for easily writing applications, which process vast > amounts of data (multi-terabyte data-sets) in-parallel on large clusters > (thousands of nodes) of commodity hardware in a reliable, fault-tolerant > manner. > > HBase > Apache HBase is a column-oriented database management system that runs on > top of HDFS. > > > Regarding the example above: if I search for the following words: CentOS, > DNS, EPEL, HA, Hadoop MapReduce, HBase, I get this message: > > > *"Your search did not match any documents. Please make sure that all words > are spelled correctly and that you've selected enough categories."* > > > For the rest words in the list (API, DHCP) it works fine. > > > Probably somebody of you has any ideas about the root cause of it. > -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
