You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In ConsoleCommand::actionIndex() for getting models used simple sql-query to the database. But for count used CActiveRecord::count(), so when you expect that in index would be added some part of rows actually would be added everything.
The text was updated successfully, but these errors were encountered:
@askobara I've just commited a fix for issue #23 which should also fix this issue here. Can you maybe help testing this, as i don't have an elasticsearch installation available right now.
In
ConsoleCommand::actionIndex()
for getting models used simple sql-query to the database. But for count usedCActiveRecord::count()
, so when you expect that in index would be added some part of rows actually would be added everything.The text was updated successfully, but these errors were encountered: