On 7/22/2021 10:39 AM, Michael Gibney wrote:
ps- wrt requesting a "literal, complete search url" to aid troubleshooting:
facets, `sort`, `offset`, and `rows` params would all be of particular
interest.


One way to get everything we are after for the query is to add "echoParams=all" to the query URL and then include the full "responseHeader" part of the response.  That will even include parameters defined in solrconfig.xml.

|"responseHeader":{ "status":0, "QTime":55, "params":{ "q":"*:*", "df":"_text_", "rows":"10", "echoParams":"all", "_":"1626974542182"}}, Thanks, Shawn |

Reply via email to