Hi , I have a problem with dnn search and form and list.
premise
I have a site that uses it to search for text inside the skin object "Search".
Now I have a page within the site "News and Press," where are the news about the company.
There is a page "news.aspx" that contains the list of news.
This page uses a "form and list"to show the news.
There is also a detail page called "newsDetail.aspx" that uses the same "form and list filtered , however, for "idnews" so
it can show the detail of the news.
To refine the only news that interests me use the property "Filter statement"
Everything is working properly.
But I realized that if I put the text (present in an article) into the search box of this site was not found.
I solved this problem by unchecking the properties "Exclude this search module from system wide" in the settings page of
the "Form and list"
The search will also work on the text data of the news in the "form and list"
Here comes my problem.
Imagine you have a news story that is titled "Coming Soon the new concert Naples", in a list of news.
This news item has an id = 4.
When I write in the box on the "Neapolitan" as a result of that I get two records found.
well
The first record refers to the news page (news.aspx) where is the news.
well
The second record refers to the detail page(newsDetail.aspx) of the news interested in research ...
Well .... but ... is not reported the querystring containing the id(4) necessary to filter ... so when click the url that
I should defer to the page found the filter fails.
Have an idea??
thanks