标签: mongodb strapi
因此,如果我有诸如localhost:1337/items/thing=abc&_q=all之类的查询,它将仅运行_q=all。是否有正确的方式来提供参数,以便也查询thing=abc?
localhost:1337/items/thing=abc&_q=all
_q=all
thing=abc