Recent content by elvis.hernandez

  1. E

    XF 2.2 Is there a way to use Union with the finder?

    I want to retrieve a list of threads using an Union in the query. Is there a way to translate this query to the finder? SELECT * FROM ( ( SELECT xt.* FROM xf_thread xt WHERE xt.node_id = 100 ORDER BY xt.last_post_date DESC LIMIT 20 ) union (...
Top Bottom