Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Message Search And Anomalies

Quote Reply
Message Search And Anomalies
Hi.

(1). The message search in a threaded folder list the search results which is slightly confusing. Search for say "Replied" has the count proper but the result lists more than what it should.

(2). msgs_search_results.htm and pagination. Irrespective of the folder in which the message has been search, the Next Page Navigation takes to the Inbox Folder though the msgtrack_fid=<%msgtrack_fid%> is ok in the address bar and then for the subsequent navigation to next page msgtrack_fid assumes the value=1 (ie inbox). This is irrespective of whether the folder in which the message was searched was in threaded or unthreaded mode.

(3). Read, Replied Forwarded Search in any folder does list a blank page though the count stated is correct. There is no messages listed.

Could this be corrected?

TIA
Anup

Last edited by:

anup123: Feb 1, 2004, 9:24 AM
Quote Reply
Re: [anup123] Message Search And Anomalies In reply to
1) Not sure what you mean by this one.

2) You can fix this by adding:
Code:
<%if nh < 1%><%set nh = 1%><%endif%>
at the top of msgs_paging_include.htm

3) This seems to be working fine here. I know you have customised template, so have you tried it with an unmodified version of the search template?

Adrian
Quote Reply
Re: [brewt] Message Search And Anomalies In reply to
Thnx
Yes i goofed it up in an attempt to get the name of the Folder displayed in search results when performing search on "Folders" . Reverted back to original search results template and got everything fine (except that Folder Name cannot be displayed when performing search on a given folder selected in the search form).

Anup

Last edited by:

anup123: Feb 5, 2004, 10:37 PM