Forum Discussion

shong's avatar
shong
Adept
8 years ago

undefined collection: solutions_data

Hello  I am using API browser to execute this LiQL: select * from solutions_data   But it returns the following error: { "status" : "error", "message" : "undefined collection: solutions_data",...
  • darrenSP's avatar
    darrenSP
    8 years ago

    Worked perfect for me. Added a where so I only get accepted solutions back.

    SELECT solution_data,is_solution FROM messages WHERE is_solution = true

     

    Thanks!