From daniel.naber at t-online.de Wed Oct 6 18:30:49 2004 From: daniel.naber at t-online.de (Daniel Naber) Date: Wed Oct 6 18:29:08 2004 Subject: [Perlfect-search] Formatting results In-Reply-To: <618EC81F242C734AAB9F6F7B1AD3DA383B5207@fw1-ex02.c-b.net> References: <618EC81F242C734AAB9F6F7B1AD3DA383B5207@fw1-ex02.c-b.net> Message-ID: <200410062030.49150@danielnaber.de> On Wednesday 01 September 2004 16:53, Barker, Robert R. wrote: > In other words, could the output be formatted to display the sentence > the search term is located in, and perhaps the second sentence and then > have the '...' at the end??? No. That would require a sentence boundary detection, that's more complicated than it sounds. > Also, is there a way to not index the contents of a select list? ?We > have over a hundred dynamic pages, each with the same select list on it > and, currently, the search is picking up the select box contents as part > of the search results, when, in fact, that particular result should not > be listed at all. You can use these tags: this will be ignored Regards Daniel -- http://www.danielnaber.de From am at velikobritania.info Wed Oct 6 02:05:29 2004 From: am at velikobritania.info (Alex Mamchurenko) Date: Wed Oct 6 18:33:59 2004 Subject: [Perlfect-search] premature end of script headers Message-ID: <317850074.20041006030529@velikobritania.info> Hi, I have just installed the thing... The indexer works just fine, but search.pl returns a Premature end of script headers error. I've already tried everything in the faq, but it didn't work. The script works from ssh fine though. Other perl scripts work just fine.. Does anyone have an idea how to solve this? From daniel.naber at t-online.de Wed Oct 6 19:24:23 2004 From: daniel.naber at t-online.de (Daniel Naber) Date: Wed Oct 6 19:21:01 2004 Subject: [Perlfect-search] Question about In-Reply-To: <413339BB.1080706@mbox321.tele2.se> References: <413339BB.1080706@mbox321.tele2.se> Message-ID: <200410062124.23765@danielnaber.de> On Monday 30 August 2004 16:29, Linda Antonsson wrote: > I seem to be having a problem with the > variable, since it is claiming that the last update was on 2003-12-12 > 15:46, when in fact I just reran the indexer. The time shown is just the time of the "update" file in the "data" directory. Does it have a recent date if you look at that file directly? What about the other files in that directory? Regards Daniel -- http://www.danielnaber.de From dave at allpar.com Thu Oct 7 16:06:13 2004 From: dave at allpar.com (David Zatz) Date: Thu Oct 7 16:06:27 2004 Subject: [Perlfect-search] Use of uninitialized value in pattern match (m//) at line 191. Message-ID: I'm getting this message - Use of uninitialized value in pattern match (m//) at line 191. - repeated four times every now and then. I'm not sure what the problem is even after looking at the code (seems to be looking for meta tags). Any ideas? From BarkerJR at c-b.com Tue Oct 12 14:26:38 2004 From: BarkerJR at c-b.com (Barker, Robert R.) Date: Tue Nov 2 13:24:14 2004 Subject: [Perlfect-search] Two questions - indexing dynamic pages and time display Message-ID: <618EC81F242C734AAB9F6F7B1AD3DA383B5283@fw1-ex02.c-b.net> I'm having trouble getting Perlfect to index some of my .asp pages. I have a single dynamic page that serves as the template for some 110 services our company offers to customers. After indexing, I can't find any of these pages anywhere - even when I specifically search for the services. I've added the service names to the meta tags and page titles and can see them both when I look at the source code but have not been able to get get these specific pages to come up in any search. Should I be indexing via http rather than simply running indexer.pl? If so, how do I set that up when the scripts directory is a couple of levels above the webroot? Second question pertains to the date that is displayed for the last update. I'm guessing that it it generating the date in GMT as it's several hours off from what our local time is on the server. How can I change that date to represent the local time? I've tried several things but am not very fluent in Perl and all my efforts have generated errors when I re-indexed the site. Any help would be appreciated. Thanks, Bob Barker -------------- next part -------------- An HTML attachment was scrubbed... URL: http://hottub.perlfect.com/pipermail/perlfect-search/attachments/20041012/b4ccbea1/attachment.html From cmarquette at tulsais.com Wed Oct 20 16:09:05 2004 From: cmarquette at tulsais.com (Chris Marquette) Date: Tue Nov 2 13:29:01 2004 Subject: [Perlfect-search] Dynamic pages not being indexed Message-ID: I have a page: http://www.domain.com/pls/portal30/CWEB.DYN_CITY_PROFILES_LIST.show which contains a list of 2000 links in the format of: http://www.domain.com/servlet/page?_pageid=1470&_dad=portal30&_schema=PORTAL30&cwp=DYN_CP_GENERAL_RPT_00&STATE_FIPS_CODE=40&FIPS_CODE=00100 can anyone think of any reason why the first page is being indexed, but the links aren't being followed? Chris From cmarquette at tulsais.com Thu Oct 21 14:47:15 2004 From: cmarquette at tulsais.com (Chris Marquette) Date: Tue Nov 2 13:30:26 2004 Subject: [Perlfect-search] Dynamic pages Message-ID: I have a page: http://www.domain.com/pls/portal30/CWEB.DYN_CITY_PROFILES_LIST.show which contains a list of 2000 links in the format of: http://www.domain.com/servlet/page?_pageid=1470&_dad=portal30&_schema=PORTAL30&cwp=DYN_CP_GENERAL_RPT_00&STATE_FIPS_CODE=40&FIPS_CODE=00100 can anyone think of any reason why the first page is being indexed, but the links aren't being followed? Chris From Frank at FiduciaCollection.com Sat Oct 23 14:24:26 2004 From: Frank at FiduciaCollection.com (Frank) Date: Tue Nov 2 13:31:43 2004 Subject: [Perlfect-search] Indexing Documents with SSI (Server Side Includes) Message-ID: <417A699A.8060103@FiduciaCollection.com> Two Questions. My site uses documents with Server Side Includes. 1) How can I use SSI in the search.html and no_match.html templates? Adding lines are ignored. How do I get the results to parse the SSI tags when I select "hilighted matches" Any help would be appreciated! Thank you!