[TYPO3-project-seminars] seminars don't get indexed (indexed_search)

Bernd Wilke xoonsji02 at sneakemail.com
Sat Sep 23 14:48:41 CEST 2006


On Tue, 05 Sep 2006 18:05:14 +0200, Oliver Klee wrote
with subject "Re: [TYPO3-project-seminars] seminars don't get indexed
(indexed_search)":

> Hi,
> 
> Martin Keck schrieb:
> > Has anyone any ideas how to solve this? Would be important...
> 
> In short, the necessary steps will be:
> 
> 0. (This step is optional, but still very helpful. It should go into its
> own bug report.) Remove the seminar field "vacancies" and "is_full"
> (including the functions that get or set those values) and calculate
> that value live. Those values should still be visible in the BE.
> 1. Change from USER_INT to USER.
> 2. Explicitly turn off caching for the registration page, the "my
> events" page and the "my VIP events" page:
>    $GLOBALS['TSFE']->set_no_cache();
> 3. Change all links (including those in the e-mails) to include a cHash.
> 4. (This can go into a separate bug report, too.) Work out how we can
> prevent vacancies still being displayed in the cached page although the
> event already is fully booked. Maybe the list view and single view can
> store on which pages it is included, and the cached version can be
> invalidated when the number of vacancies for an event has changed (or
> only when it is full).

Just an idea:
differ between static infos and changable infos.

the description and date of a seminar is static, 
the info about free vacancies is changable.

maybe these parts can be rendered as USER and USER_INT by their own?

Bernd
-- 
----------------
Bernd Wilke     
Annweilerstr.20 
40229 Düsseldorf
0211/229 2800



More information about the TYPO3-project-seminars mailing list