Actions
Bug #3814
closedSearch bot substitutions failing
Bug #3814:
Search bot substitutions failing
Start date:
11 December 2012
Due date:
% Done:
0%
Estimated time:
Description
Appears the search bots substitutions [item_name], etc.. appear to be failing in some cases. Possibly access permission issues?
Updated by krileon about 13 years ago
- Target version set to 2.7.0
Updated by krileon about 13 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
2.7.0)
item_ isn't the prefix. It's row_. Confirmed working fine. Example as follows.
[row_id], [row_name], [row_description], [row_logo], [row_logo_thumb], [row_url], [row_date], [row_category_id], [row_category_name], [row_category_description], [row_category_logo], [row_category_logo_thumb], [row_category_url], [row_category_date], [row_parent_id], [row_parent_name], [row_parent_description], [row_parent_logo], [row_parent_logo_thumb], [row_parent_url], [row_parent_date].
Actions