Discussion:
[Typo3] How can I clear the indexed search data?
Ricardo Scachetti Pereira
2005-12-06 19:51:52 UTC
Permalink
Hi all,

Quick question: how can I clear all indexed search data? I suppose
that data should cleared when one clears the FE cache. Does that make sense?
Thanks a lot for your help.
Best regards,

Ricardo
Peter Klein
2005-12-06 19:59:39 UTC
Permalink
Hi Ricardo.
Click on the "Info" in the left menu, then select "Indexed search" in the
dropdown box at the top.

You can then see some info on the indexed pages. Then if you click on the
red trashcan, you can delete all the phash rows.

---
Peter Klein / Umloud Untd

"Ricardo Scachetti Pereira" <ricardo at tdwg.org> wrote in message
Post by Ricardo Scachetti Pereira
Hi all,
Quick question: how can I clear all indexed search data? I suppose that
data should cleared when one clears the FE cache. Does that make sense?
Thanks a lot for your help.
Best regards,
Ricardo
Nate Russell
2005-12-07 09:17:48 UTC
Permalink
Post by Peter Klein
Hi Ricardo.
Click on the "Info" in the left menu, then select "Indexed search" in the
dropdown box at the top.
You can then see some info on the indexed pages. Then if you click on the
red trashcan, you can delete all the phash rows.
---
Peter Klein / Umloud Untd
"Ricardo Scachetti Pereira" <ricardo at tdwg.org> wrote in message
Post by Ricardo Scachetti Pereira
Hi all,
Quick question: how can I clear all indexed search data? I suppose that
data should cleared when one clears the FE cache. Does that make sense?
Thanks a lot for your help.
Best regards,
Ricardo
This may be the only way but it is not the best way. We have thousands
and thousands of pages and they cannot all be displayed at once when the
"Info" link is clicked. I have to set the display at 2 Levels so that it
doesn't try to list all the pages in all subpages and then crash the
browser and slow down the server. With this setting, it takes a long
time to delete large numbers of indexes. It would be better if there was
a "clear all" function for the entire lot of indexed pages. I could
delete it all in MyPHPAdmin but assume this would screw something up.

nate
Jochen Rieger
2005-12-07 10:15:00 UTC
Permalink
Hi all,
Post by Nate Russell
a "clear all" function for the entire lot of indexed pages. I could
delete it all in MyPHPAdmin but assume this would screw something up.
my way indeed is to empty all tables prefixed with 'index_' in phpMyAdmin.

So far I haven't run into problems.

Regards,
Jochen
Nate Russell
2005-12-07 11:39:06 UTC
Permalink
Post by Ricardo Scachetti Pereira
Hi all,
Post by Nate Russell
a "clear all" function for the entire lot of indexed pages. I could
delete it all in MyPHPAdmin but assume this would screw something up.
my way indeed is to empty all tables prefixed with 'index_' in phpMyAdmin.
So far I haven't run into problems.
Regards,
Jochen
Oh cool,

Thanks. I'll give that a try.

*crosses fingers*

nate
Francesco di Francia
2005-12-13 19:28:27 UTC
Permalink
Post by Jochen Rieger
my way indeed is to empty all tables prefixed with 'index_' in phpMyAdmin.
So far I haven't run into problems.
Do you clear the index_congif too ?

Continue reading on narkive:
Loading...