Re: [htdig] Duplicate results with directories some questions/bugs?

2001-01-23 Thread Evelio Martinez


Geoff Hutchison escribi:
On Fri, 19 Jan 2001, Evelio Martinez wrote:
> How can it be fix ?
> What does it mean the links endings?
?N=D ?M=D ?S=D ...
> By the way, the subdirectory doc is
a symlink. I do not know it it
> has something to do with this wrong result.
It means that you're running Apache with FancyIndexing turned on. This
generates links at the top of the columns to sort the directory index
by
name, size, date, etc.
You probably will want to either:
a) Turn off this behavior in Apache -- I believe the option is
"SuppressColumnSorting"
Thanks, this option works ok

b) Enter the patterns into exclude_urls, e.g.:
exclude_urls: ?N=D ?N=A ?S=D ?S=A ?M=D ?M=A ...

Why all the parameters in the "exclude_urls" must be in 1 line ?
If I use :
exclude_urls: ?N=D \

?N=A \

?S=D \

?S=A \

...

?M=D
it doesn't work properly.
--
Evelio Martnez
Testanet. Dept. desarrollo software.
Av. Reino de Valencia, 15 - 5
46005 Valencia (Spain)
Tel: +34 96 395 90 00
Fax: +34 96 316 23 19



Re: [htdig] start_url and local filesystem-only searching

2001-01-23 Thread George Herson

Never mind:  I got local filesystem-only working with my start file
(whose "urls" are in the form "a
href="/win/MyDocuments/Tech/Adobe_Reader_.htm"Adobe_Reader/a") with:
start_url:
http:///win/win/MyDocuments/Tech/OrganizeText/OrgTxt-Lnx.htm
local_urls: http://win/=//

Another question:  Why might htmerge return:
"Deleted, no excerpt:
23/http://win/win/MyDocuments/Tech/Postgresql/createTables.sql" ?
createTables.sql is a plain text file, the rest are html.

TIA,
george

George Herson wrote:

 If I have "local_urls_only: true" then the start_url setting must not
 begin with "http://", correct?  So do I use something like:

 start_url:file:///win/MyDocuments/OrgTxt-Lnx.htm

 Or do i omit the "file://"??

 TIA,
 George

 
 To unsubscribe from the htdig mailing list, send a message to
 [EMAIL PROTECTED]
 You will receive a message to confirm this.
 List archives:  http://www.htdig.org/mail/menu.html
 FAQ:http://www.htdig.org/FAQ.html



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Help: configuration

2001-01-23 Thread Juergen Peus

On Tue, 23 Jan 2001, George Herson wrote:

But as stated in the FAQ (1.9) phrase searching will be/has been added in
the 3.2 release.

I'm using 3.2.0b3...

--Juergen

 Date: Tue, 23 Jan 2001 08:45:23 -0500
 From: George Herson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 Subject: Re: [htdig] Help: configuration
 
 Searching on 'non airline' is phrase searching, which is on the TODO list
 at www.htdig.org, meaning it's not implemented yet.
 
 Juergen Peus wrote:
 
  Hi all,
 
  just another stupid question:
 
  - when i search for " devised " i get 4 matches, OK.
  - when i search for " 'non airline' " it get 1 match, OK.
  - now i want to search for " devised OR 'non airline' " and i expect 5
matches, but i get a syntax error when i perform a boolean search and
way too much matches, if i choose another method.
 
  Whats the trick to make htsearch work for a search string like
 
  devised OR 'non airline'
 
  ?
 
  TIA,
  Juergen
 
  
  To unsubscribe from the htdig mailing list, send a message to
  [EMAIL PROTECTED]
  You will receive a message to confirm this.
  List archives:  http://www.htdig.org/mail/menu.html
  FAQ:http://www.htdig.org/FAQ.html
 
 


---
Juergen Peus   paderLinx - Neue Informationsmedien GmbH
Geschaeftsfuehrer  Cheruskerstrasse 2b, 33102 Paderborn
[EMAIL PROTECTED] Fon: +49 5251 8994 - 11  Fax: -20
---




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




[htdig] filtering returned url's

2001-01-23 Thread Dave Salisbury


I'd like to be able to preserve the user's state, held in the query string,
when a search is done.
So my idea is to return just the urls from a search 
that only match the state
of the user.  Basically, we have a ?lang=en  or ?lang=fr, and since many
of our pages are not translated yet, it's the same page regardless
of the language they ask for..  So most searches will return 2 pages, 
( the same page, but the urls differ in the query string )
one for english ( ?lang=en ) and one for french ( ?lang=fr )
I would like for the search to only return one or the other, 
even though both should be indexed.

Something like a bad_querystr attribute, would help, 
but that is only for the indexing, not
for searching.  For searching, I'd need to set this unknow 
attribute dynamically.  Is it possible to have 2 databases,
and switch between them dynamically?

Is there a way to do this?
Do I need to do my own parsing of the output?

dave




To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html




Re: [htdig] Help: configuration

2001-01-23 Thread George Herson

Searching on 'non airline' is phrase searching, which is on the TODO list
at www.htdig.org, meaning it's not implemented yet.

Juergen Peus wrote:

 Hi all,

 just another stupid question:

 - when i search for " devised " i get 4 matches, OK.
 - when i search for " 'non airline' " it get 1 match, OK.
 - now i want to search for " devised OR 'non airline' " and i expect 5
   matches, but i get a syntax error when i perform a boolean search and
   way too much matches, if i choose another method.

 Whats the trick to make htsearch work for a search string like

 devised OR 'non airline'

 ?

 TIA,
 Juergen

 
 To unsubscribe from the htdig mailing list, send a message to
 [EMAIL PROTECTED]
 You will receive a message to confirm this.
 List archives:  http://www.htdig.org/mail/menu.html
 FAQ:http://www.htdig.org/FAQ.html



To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  http://www.htdig.org/mail/menu.html
FAQ:http://www.htdig.org/FAQ.html