PDA

View Full Version : SEARCHING IN A VIEW BUG ???



zeus
31 May 2008, 10:26 AM
Hi,
when I use the serch method in a view..and then trying to open a document , the page-document can't be find ....
(obviously without use the serch I can open the document)

a bug ? or something wrong in my configuration ?

thank you in advance.

zeus

RWaters
31 May 2008, 12:15 PM
can you right click on the iframe tab that gets opened and do a view frame info in firefox to see what the url looks like that it is trying to load?

zeus
31 May 2008, 1:39 PM
Hope you mean this code : :-/

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>


<!-- Ext JS library -->
<script type='text/javascript' src='/extpw/extconfb1.nsf/ext/2.0.1/adapter/ext/ext-base.js'></script>
<script type='text/javascript' src='/extpw/extconfb1.nsf/ext/2.0.1/ext-all.js'></script>
<!-- Ext.nd JS library -->
<script type='text/javascript' src='/extpw/extconfb1.nsf/extnd/2.0.1/extnd-all.js'></script>
<script type='text/javascript' src='/extpw/extconfb1.nsf/extnd/2.0.1/Session.js?OpenAgent&db=ware/swtesti.nsf'></script>
<script type='text/javascript' src='/extpw/extconfb1.nsf/extnd/2.0.1/UIDocument.js?OpenAgent&db=ware/swtesti.nsf&unid=&editmode=false'></script>

<script type='text/javascript'>
Ext.nd.init({extndUrl : '/extpw/extconfb1.nsf/extnd/2.0.1/', extUrl : '/extpw/extconfb1.nsf/ext/2.0.1/'});
</script>
<link rel='stylesheet' type='text/css' href='/extpw/extconfb1.nsf/ext/2.0.1/resources/css/ext-all.css' />

<link rel='stylesheet' type='text/css' href='/extpw/extconfb1.nsf/extnd/2.0.1/resources/css/domino.css' /><script type='text/javascript'>
var ExtndApp = function() {
return {
init : function(){
this.ui = new Ext.nd.DominoUI({
uiOutline : {outlineName: 'immagini'},
uiView : {viewName: 'img', viewTitle: 'img', showSearch: true}
});
} // init
} // return
}();
Ext.onReady(ExtndApp.init, ExtndApp, true);
</script>
<script language="JavaScript" type="text/javascript">
<!--
document._domino_target = "_self";
function _doClick(v, o, t) {
var url="/ware/swtesti.nsf!OpenDatabase&Click=" + v;
if ((o.href != null) && (o.href.value != null))
o.href = url;
else {
if (t == null)
t = document._domino_target;
window.open(url, t);
}
return false;
}
// -->
</script>
</head>
<body text="#000000" bgcolor="#FFFFFF">

<form action=""></form>
</body>
</html>

RWaters
31 May 2008, 1:42 PM
nope, in firefox when you click inside of a frame you get a couple special things you can do just for frames 'This Frame' > 'View Frame Info'. Rather than show source, the frame info just shows what url is being loaded into the frame. That's all we need, the html wont help too much.

zeus
31 May 2008, 1:48 PM
:s

IE or FIREFOX , try to open this url :
http://xxxxxxxx:81/Immagini/E35690355D298DB8C12572D40035A3F3?OpenDocument

and the correct url shoul be :
http://xxxxxxxx:81/ware/swtesti.nsf/Immagini/E35690355D298DB8C12572D40035A3F3?OpenDocument

phung_extjs
31 Mar 2009, 7:06 AM
I found a another search in view bug doing load testing, thought this might be the thread to post it in. If not please suggest and sorry.


View has 40,000 plus documents with a status field containing either 'Open' or 'Closed' as a value. When I search either 'Closed' or 'Open', the result counts are always 10,000.

The initial loading of the view shows the correct counts.

Has anyone seen or solved this problem?

thank you!

jratcliff
1 Apr 2009, 7:38 AM
I found a another search in view bug doing load testing, thought this might be the thread to post it in. If not please suggest and sorry.


View has 40,000 plus documents with a status field containing either 'Open' or 'Closed' as a value. When I search either 'Closed' or 'Open', the result counts are always 10,000.

The initial loading of the view shows the correct counts.

Has anyone seen or solved this problem?

thank you!

I think the search limit is a server config option. Check your server document in the Domino Directory.