Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Re: [socrates] Search only this (parent) category but also show links/results from all subcategories

Quote Reply
Re: [socrates] Search only this (parent) category but also show links/results from all subcategories In reply to
Hi,

In Search.pm, you could find:

Code:
@children = grep !$seen{$_}++, @children;

and then dump out the ID's with:

Code:
print $IN->header;
use Data::Dumper;
print Dumper(@children);

...to see what ID's it is actually grabbing.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Search only this (parent) category but also show links/results from all subcategories socrates 7679 Oct 20, 2017, 8:48 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 7522 Oct 20, 2017, 10:32 PM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 7520 Oct 20, 2017, 11:04 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 7524 Oct 20, 2017, 11:10 PM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 7532 Oct 20, 2017, 11:51 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 7518 Oct 21, 2017, 12:04 AM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 7510 Oct 21, 2017, 12:17 AM
Post Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 7474 Oct 21, 2017, 12:20 AM