XenForo
Administrative
- Thread starter
- Admin
- #1
I've 2 entitles whose table look like the following:
Foo
Bar
So, if we apply a composite filter on
Read more
ادامه مطلب...
Foo
sys_id | title |
---|---|
1 | first title |
Bar
sys_id | foo | user_id | category |
---|---|---|---|
1 | 1 | 45 | cat1 |
2 | 1 | 87 | cat1 |
So, if we apply a composite filter on
Bar
using foo = 1 AND user_id = 87
, I should be getting a single row from Bar
, i.e...Read more
ادامه مطلب...