Query Failures

I have a file where I pull data from Suite for a custom view using the rest service. For no reason the query field of the get_entry_list_parameters array starting causing my queries to fail. If I cleared the field the query worked,some fields worked and some fields caused a failure. To make the problem more interesting the problem went away after about 3 hours.

I found that adding a relate field to my module broke the query. I removed the field and set up the relationship using the relationship tab and my query is no longer broken. Understanding the difference between the 2 methods would probably help me understand why it broke. How does adding a relate field alter a query vs using relationships?