-
Notifications
You must be signed in to change notification settings - Fork 92
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
coding: Search Instances in Survey #154
base: development
Are you sure you want to change the base?
Conversation
@khmermenten Please see my comment on the issue odk-x/tool-suite-X#225 (comment) |
@linl33 can you please help how can I test this code changes, because when I changed this file it stops working properly (especially in js file) on my localhost as it was before I made any changes. As I have done some changes again after you reviewed this PR |
I have researched a lot and according to that made some changes in controller.js too, also continuously tracking in the console but it is still not searching can you please help me to know how can I made changes in the code or can read any documentation so that the search function works properly. That would really be a great help. Thank you!! |
@wbrunette @elmps2018 @linl33 I have tried to write the function on a javascript file and constantly track what is going on in console. But unable to make the instance display on the screen for what is being searched. Please can you provide me any reference of what I should look for to make the function that runs perfectly. |
@elmps2018 Can I take other issues along with this because it's taking time for me to solve this as until now this seems quite difficult to me in finding the way for solving this issue after a lot of research and trying. |
@khushishikhu you can take on another issue because like I said before we were counting the two related issues as one. With regards to approach:
|
@wbrunette just like you have said for |
When on the android device we also want to write out to a file so it can be reviewed later if problems happen. There are log files written out inside the output folder. See https://docs.odk-x.org/config-file-structure/ Similar to what i said above you can put temporary logs in that work well for you, but please remove them before submitting a pull request. |
FIXED ISSUE odk-x/tool-suite-X#225
Description
Added the Search instances in the forms of ODK-X Survey according to the ODK-X Tables by making changes in the relevant files.
Additional context
Currently I tried to write code to search the instances by their name, but it doesn't work and I am unable to figure it out what is missing. Please review my this PR and help me from should I take any hint/reference to make it work