XF 1.2 Find all threads by USER

silence

Well-known member
Ok, in a user's profile, clicking 'Postings' and then clicking 'Find all threads by USER' it shows threads for everyone instead of that user. I disabled all addons and the problem persisted. How can I debug this?

Thanks!
 
Can you try deleting the search index and rebuilding it? It's not something I can reproduce locally (which is using the standard XF search as well).
 
That did not fix it D:
Would a contributing factor be that I'm using MySQL 5.6 and switched the search tables to InnoDB? (disabled delayed inserts as well)
 
Well the standard search is only "supported" with MyISAM -- there are obviously some differences coming up with InnoDB's version that make it not function as a drop-in replacement. I could only recommend leaving it as MyISAM.
 
Top Bottom