67 | Let SearchView return XML, JSONTommy Valand2726 - 11 2007 / (3)
The title more or less speaks for itself.
Let us do: h t t p ://site.com/db.nsf/people?SearchView &query=[first_name]=tommy &outputformat=xml h t t p ://site.com/db.nsf/people?SearchView &query=[first_name]=tommy &outputformat=json |
41 | Allow sorting results of view.FTSearch by view orderMarco Pernazza277 - 21 2008 / (1) When you search in a view using LotusScript method FTSearch, if the database is FTIndexed, the view is filtered and sorted by relevance in descending order. I'd like to specify a parameter to have the view filtered and sorted by view order, like if the database was not indexed. In ... |
18 | NotesView.FTSearch -> NotesView.getColumnVaues() should only contain the resulting valuesTommy Valand2726 - 07 2008 / (3) This may be a bug. When you do NotesView.FTSearch, NotesView.getColumnValues() contains all row-values for the column specified, whereas NotesView.AllEntries, for instance, only return the resulting subset of the search. NotesView.getColumnValues() is not documented, but it is available in code completion in Domino Designer.. Not ... |
7 | Set docColl=dbCur.UnindexedDocuments to get the unidexed(FT Index) documents.Rajeev Menon3643 - 13 2007 / (5) Suppose the status of few case documents changed to "Closed". And immediately if another user did a search on open cases, these recently closed cases also show up. This is bad. One solution to this is, update the FTIndex everytime a case status is changed. I don't like this solution. ... |
6 | AJAX Suggest to work off Full Text searchJohn Turnbow808 - 10 2009 / (1) Would be nice to set up an Ajax Suggest to work off of Full Text and to set the return as one, two, or three "collective" words/sentence to be returned. This type of suggest (in google) would be nice to have as a "suggest" drop down option when searching or ... |
-6 | FTSearch should always search all documents, indexed or notSjef Bosman2083 - 21 2012 / (6) Why doesn't FTSearch continue with a sequential search through the unindexed documents after the whole database is searched? Now we're stuck with an excuse that's technically barely defendable. We have an application that relies heavily on full-text searches, and there are unindexed documents all the time. Repeatedly calling UpdateFTindex ... |