[pmwiki-users] Search doesnt show all groups

Patrick R. Michaud pmichaud at pobox.com
Mon Feb 20 11:19:36 CST 2006


On Mon, Feb 20, 2006 at 02:17:48PM +0100, Thomas Lederer wrote:
> $WikiDir = new PageStore('wiki.d/$Group/$Name');
> 
> so that all Files of a Group are in a Directory (makes it easy to rename
> a Group hopefully).
> 
> But in searching (for all files with "/") only the PmWiki Group and the
> HomePage of "Main" is listed (which resides in wikilib.d as Main.HomePage).
> 
> Now i would guess i should tell the search function that i changed the
> PageStore, but how ? ;)

At the moment, the search functions only know how to deal with pages
that have "Group.Name" as the filename.  They can be in any directory
structure, but the final filename has to be "Group.Name".

Changing this would likely slow down the search significantly, as it
has to then be told how to determine the page name given just
a file path.

Pm




More information about the pmwiki-users mailing list