Hi Jason, I am not sure about umbSearch2, but you should be able to tailor the search results and use the parent id to form a NiceURL. Then, in that URL you could use an anchor to target the specific FAQ on the "display" page. On the display page, generate the anchor (removing spaces and special characters on both ends to avoid URL encoding issues)
<a name="nameoffaq"></a>
and place it appropriately.
This is at least how i'd do it using Examine. Hope this helps.
Search data items on an aggregation page?
Here's the scenario:
I have a FAQ page that lists the items under it in the content tree as each individual FAQ. However, each FAQ doesn't have its own page.
Content
-- Home
---- FAQ (FAQ list)
------ How do I...? (FAQ item)
------ When installing... (FAQ item)
------ etc (FAQ item)
I would like the search to search the text in each FAQ, but they should go to the FAQ List page because there is no rendering for an individual FAQ.
Is this possible? How would I go about doing that?
Thanks!
Hi Jason, I am not sure about umbSearch2, but you should be able to tailor the search results and use the parent id to form a NiceURL. Then, in that URL you could use an anchor to target the specific FAQ on the "display" page. On the display page, generate the anchor (removing spaces and special characters on both ends to avoid URL encoding issues)
and place it appropriately.
This is at least how i'd do it using Examine. Hope this helps.
-- Nik
Yea, that makes sense. Time to download the source code!
is working on a reply...