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

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

Quote Reply
Re: [Andy] Search only this (parent) category but also show links/results from all subcategories In reply to
Quote:
while ignoring any sub-cats

No, I don't want it to ignore sub-cats (it is doing that currently) but I actually want it to show results from all sub-cats and the main cat.

Basically, here is what I want - say I have parent category Automobiles and then sub-cats Cars, Trucks, Motorcycles under that and some cats have links related to my keyword. Automobiles (the main cat) has 2 links, Cars has 1 link, Trucks has 3 links, and Motorcycles 0.

Now when I set the search form to search only this category as "Automobiles" and then enter the keyword in the field as "repair" and submit the form, it should return all links in the main cat Automobiles and also links from Cars, Trucks, Motorcyles. Currently, it returns results 2 links from Automobiles cat only and does not show any links/results from Cars, Trucks.

May be one way to do is it to not set catid in the form but is it possible to use "isstart" in the form input where it will look for all sub-cats under that main category.

currently it has something like this:
Quote:
<input type="radio" id="searchcat" name="catid" value="14" /><label for="searchcat">only this category</label>

Instead of setting the catid value, is there way to use isstart or something in the form?


Thanks!

Last edited by:

socrates: Oct 21, 2017, 12:03 AM
Subject Author Views Date
Thread Search only this (parent) category but also show links/results from all subcategories socrates 6371 Oct 20, 2017, 8:48 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 6249 Oct 20, 2017, 10:32 PM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 6246 Oct 20, 2017, 11:04 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 6243 Oct 20, 2017, 11:10 PM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 6244 Oct 20, 2017, 11:51 PM
Thread Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 6241 Oct 21, 2017, 12:04 AM
Thread Re: [Andy] Search only this (parent) category but also show links/results from all subcategories
socrates 6233 Oct 21, 2017, 12:17 AM
Post Re: [socrates] Search only this (parent) category but also show links/results from all subcategories
Andy 6214 Oct 21, 2017, 12:20 AM