-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error after trying to search #101
Comments
Hi, This is likely to be one of of two things. Either you are manually setting the included classes on the RushConfig and have missed out the "Profile" class or you are calling search before initialization has completed. If it it neither of those things let me know and ill see if I can debug further. Thanks |
I managed to fix it, based on this #99, and this #74. Official documentation mentions nothing about setting the classes manually, and it has been working just fine up until yesterday. In the end I had to do this:
|
Just closing a few open issues. Setting the package name is now required which resolved this issue. Thanks |
On a clean install of the app, I run this piece of code for a search
List<UserData> results = new RushSearch() .find(UserData.class);
Clearly, the first time the app runs it has nothing stored on the dbb.
Yet, I am getting this error:
Could you please give me a hand with this?
EDIT:
Suddenly is giving me the same error on every single search, on every single place where I have a search, no matter where am I trying to search for.
The text was updated successfully, but these errors were encountered: