Answered
My ListCourse query keeps returning no results, though the reference exists. Apparently, the '+' sign cannot be be searched with. What sort of encoding should I use for the '+' sign.
listcourses?cmd=listcourses&domainid=35835708&query=/reference='2:1:5+EL750M+FA511M:lgroom'&limit=100000
Thanks for looking at this.
Comments (2)
Hello Peter,
To use the "+" symbol in the query it would require using the URL encoded version, which is %2B. Searching with the URL encoded symbol will return the data if there is a match in the domain.
Thank you, Scott.