1
votes

I have a view panel in which I have the formula: isParent = "1" set for Search In View Results.

This cause the whole xpgae to show as blank page, I have lots of other things on the page , in addition to the view panel, but nothing is displayed

What is being shown for the source of the page is:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type></HEAD>
<BODY></BODY></HTML>
ate

I am not sure where the "ate" is coming from. When page is displayed normaly, there is "corporate" displayed on the page, prehaps it is form there.

I am unable to find documentation on this property so I am unsure if I am even using it correctly but you would still think some of the page would display or at least an error.

What I will probably do is to create another view with isParent = "1" in the select frumala but it would still be nice to know why this is not working.

2

2 Answers

1
votes

As this search uses the full text search functionality you have to search for

[isParent] = "1"

instead. I assume you are looking for all documents which have "1" in field "isParent".

It throws an error "Query is not understandable" if you use your original search string. I don't know why it doesn't show the error in your case. Do you use a special XPages runtime error page? It would throw an error too if database is not full text indexed.

0
votes

Looks like it is:

field isParent contains 1