Hi, I'm creating a list page and I want field GROUPID (a text field) is linked to a custom search page that will list all items those have similiar GROUPID value .
So I set the Link and Typography option for GROUPID in the backend, so the link is
List and search
and for the plus sign I changed the Field option to
custom and entered item_search (a generic search field) for the Field Name
But the generated link is not working. It generated an url pattern like this :
myweb.com/component/cck/?search=items&task=search&Itemid=169&item_search=001
where the correct url should be like this :
myweb.com/items/?search=items&task=search&Itemid=169&item_search=001
Anyone can help me what should I do to fix his?
Thaaankks
I'm using joomla 3.8.5 anyway