I have a question regrading the searching of a view control on an XPage.
I have a view with 10 columns and I want to give the user an option to filter on each of those 10 columns. (Examples of columns would be: department, cost center, homeowner/renter, initiation date range, last name).
From what I have read the best way to do this would be using the fulltext search. I was hoping there was a way to do this without fulltext indexing databases. This is on our extranet, and we have about 50 clients, each with their own database. Fulltexting these would take up a lot of space, and I just want to know if that is truly my only or best option.
And of course, search speed is a factor.
Currently we are using a “TDC Object” with JavaScrit, which is limited only to IE, or we use a C#.net/XML external application. I was hoping with the upgrade to Notes 8.5 we could stop supporting the C# and TDC object and keep everything within lotus.
Thanks for any questions or comments.
AWL