I have 2 fulltext seach indexes, one for users and one for posts, every time a user signs up he gets added to that table for user_search and when when ever a user makes a post .. the post gets added to the post_search MYISAM table.
Now the thing is, I discovered that for some reason my latest inserted items are not appearing in search.
Any ideas?
Thanks.