- - - - - - - - - - - - - - - - - - - - - - - - - - - - Name: Maxime Subject: Re: Same summary text returned for all results
Most likely you have no stored database support enabled. In this case, the first few bytes of document's text is used to show as an excerpt. To use all document's text to make excerpts on search words, you need to add "DoStore yes" command into your indexer.conf and search.htm (searchd.conf, if searchd is used) and reidex all documents already indexed. If you need to show meta.description instead of excerpt, you need to replace $(Body) by $(meta.description) in you search.htm template (no reindexing is required in that case). Please verify, you need to have "Section meta.description x y" definred in your sections.conf file (note, x and y are numbers in fact, see etc/sections.conf-dist for example). - - - - - - - - - - - - - - - - - - - - - - - - - - - - Read the full topic here: http://www.dataparksearch.org/cgi-bin/simpleforum.cgi?fid=02;topic_id=1168525507
