sorting - Search in view results and sort column -
i have panel being used datasource repeat control. in panel, 'search in view results' computed ft search expression , column name , sort order set.
if following property (click on column header sort) not set on view column being used sort, 500 error on page. when set it, page loads , results sorted expected.
i stumbled across post in forum bob cross mentioned having check parameter in view column.
anyone can explain correlation between two? i'm stumped.
thanks
works designed. return sorted domino requires index on column. property "click on column header sort" tells domino build index row. sort indexes not build on fly, when set ftsearch sorted column doesn't have index, error "column not indexed" translates error 500. can try manually: open view itself. click on header sort property set , @ url. modify url use column without property , see.
having said that. careful ftsearches. there 1 full text index. when ftsearch in view, ftsearch in database , check if hits in view. might slower db.ftsearch
if sorting after, use bean , load results java collection has unlimited variations of sort capabilities.
Comments
Post a Comment