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 site-packages/sharepoint/lists/init.py , change the query_options in function get_rows:
query_options = E.QueryOptions(E.ViewAttributes(Scope="RecursiveAll"))
#query_options = E.QueryOptions(E.Folder(folder))
hope helps!
I'm getting massive discrepancies between the meta ItemCount (which is correct when viewing in sharepoint) and traversing the rows:
In this instance, meta reports 11470. The index shows 97! There are no warnings or exceptions thrown. I'm about at my wits end.
The text was updated successfully, but these errors were encountered: