An example of what I am trying to tell the database would be something like this
" Get me all the videos that are listed under the category "Football" that have the tags "5th" and "6th"
This list would include videos from both jrVideo AND YouTube video modules
This from my datastore browser for "Youtube"
youtube_category: Football
youtube_tags: ,football,5th,6th
This is the code from the datastore for jrVideo
video_category: Basketball
video_tags: ,5th,6th,
Can you tell me my mistake-I am thinking it will be obvious to someone that knows this :0
{jrSeamless_list modules="jrVideo,jrYouTube" order_by="_created numerical_desc" search1="youtube_category = football" search1="*_tags LIKE %5th%" search1="*_tags LIKE %6th%" search2="video_category =football" search2="*_tags LIKE %5th%" search2="*_tags LIKE %6th%"
pagebreak=15 page=$_post.p pager=false template=$tpl}
NOTE it seems to be working EXCEPT it keeps pulling in a Youtube video that has the category 'basketball"
From the datastore for the particular video:
youtube_category: basketball
I have ran the integrity check several times and I have ran repair.php also thinking it might be something stuck in the database...still the basketball video is there- you can see its the first video on this test page
http://sayreeagles.net/test/
updated by @derrickhand300: 03/10/16 01:59:34AM