-
1. Re: Archiving News
theute Sep 15, 2004 12:39 PM (in response to starmanrg)I am currently working on indexing the news, so we can search on archived+published news.
As of today, there is no month/year index. -
2. Re: Archiving News
starmanrg Sep 15, 2004 1:31 PM (in response to starmanrg)Good news,
BTW, is there any way to configure the news module to allow paging through the news articles?
Will your search solution be restricted to the news only or is it generic? Searching the faq would also be a great plus!
Thanx for the info!
Starman -
3. Re: Archiving News
theute Sep 15, 2004 1:40 PM (in response to starmanrg)The indexing solution already exists and is already in use in BB and HTML modules, i added News.
For HTML, i think there is no interface to actually do the search.
I am thinking about doing a search module to search in the whole website (for any module implementing the indexing)
To do the indexing in FAQ there is not much to do, it would be great if you could look at how it is made in BB and do pretty much the same for the FAQ module.
Basically you just need to make FAQModule implements "Indexable" and fill 2 methods. You also need to update the index each time a FAQ entry is added/modified/deleted.
If anybody has any idea/comments about a search module, now is a good time. -
4. Re: Archiving News
julien1 Sep 15, 2004 2:22 PM (in response to starmanrg)Yes that is one of the goals I had when designing the search module, the solution here is to have a common set of FIELDS between the modules so queries can be run against the different modules indices.
I am thinking about doing a search module to search in the whole website (for any module implementing the indexing)