betulince edited a comment on pull request #436:
URL: https://github.com/apache/solr/pull/436#issuecomment-991874554


   > Confirmed ... the query form getting submitted 2x each time you push the 
`Execute Query` button exists on main! So that's bad and looks to be the cause 
of why having `stats.field=f1&stats.field=f2` fails (b/c of how the params are 
processed for the 2nd query) ... I think you need to have rawParams for this 2x 
behavior to happen.
   ![Screenshot from 2021-12-12 
13-29-39](https://user-images.githubusercontent.com/44343912/145709179-acc5a2d2-39fb-4629-a370-9c59c8df4d71.png)
   
   The query form isn't getting submitted 2x everytime I click the Execute 
Query button anymore.
   
   When it says execute query, it does not run the query and print the result. 
Add parameters to the url, refresh the page, run a query on the solr side at 
that stage, and print the result, as doQuery will already run after you refresh 
the page.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to