Search disabled with non alias fields
-
When I run this query and fill out the optional field for calendar_term it disables the search function. I understand using the alias for the fields but don’t understand how to make a concatenated field without disabling search. Any advice would be nice. Thanks!
SELECT p.ID,p.post_title,pp.post_date, CONCAT(SUBSTRING(p.calendar_end, 1, 4),'/',SUBSTRING(p.calendar_end, 5, 2),'/',SUBSTRING(SUBSTRING(p.calendar_end, 5), -2)) as calendar_term FROM payments as p LEFT JOIN payments_posts AS pp ON pp.post_id = p.post_id
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Search disabled with non alias fields’ is closed to new replies.