|
Home > Archive > IIS Index Server > April 2004 > filename not properly returned in search
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
filename not properly returned in search
|
|
| s_m_b 2004-04-23, 11:35 am |
| using ixsso, the returned recordset, scanning a couple of thousand PDF
files, is frequently pulling back blanks to the "filename" column.
Using IS2 with ifilter v5 on NT4.
Is this a fault of the files, or am I missing a vital column in the
q.column list?
| |
| David Lee 2004-04-23, 12:34 pm |
| Change the order of "filename" and "vpath" in the q.columns list. Or add
"path" to the list. Due to a bug in IS 2.0 this will happen.
"s_m_b" <smb20002ns@hotmail.com> wrote in message
news:Xns94D4A66F6E9E7smb2000nshotrmailco
m@207.46.248.16...
> using ixsso, the returned recordset, scanning a couple of thousand PDF
> files, is frequently pulling back blanks to the "filename" column.
> Using IS2 with ifilter v5 on NT4.
>
> Is this a fault of the files, or am I missing a vital column in the
> q.column list?
| |
|
| "David Lee" <dlee@spamking.microsoft.com> wrote in news:e7pUA3UKEHA.2756
@TK2MSFTNGP10.phx.gbl:
Thanks. A bit like the ADODB text field bug, I think.
I've moved the vpath to be bottom of the list and all is fine.
> Change the order of "filename" and "vpath" in the q.columns list. Or
add
> "path" to the list. Due to a bug in IS 2.0 this will happen.
>
>
> "s_m_b" <smb20002ns@hotmail.com> wrote in message
> news:Xns94D4A66F6E9E7smb2000nshotrmailco
m@207.46.248.16...
>
>
>
|
|
|
|
|