I have a list and have created a page that I'd like to use as a customized details view for rows in this list. I would like to have this customized details page be accessible from the "Details" column of the grid and also be the destination that full-text search links to for these records. At the 2016 Labkey Users Workshop, I discussed this with Adam Rauch. He informed me that I could accomplish this using <tableUrl>. I have set <tableUrl> and in the grid view my details link are now pointing to the customized details view. However, I have not been able to get the full-text search results to point to the customized details view.
I tried changing the full-text search options for the list properties, to see if this would correctly re-index the list rows. More specifically, I turned off "Index each item as a separate document", saved the list design, turned on "Index each item as a separate document", and saved the list design again. This did not cause the full-text search to link to the customized details view. Is there something else I need to do to get this to work? I suppose I could delete the whole Lucene index so that it would be rebuilt from scratch, but I'd rather not unless someone is confident this would solve my problem.
thanks!
-Will |