Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7918589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T15:33:38+00:00 2026-06-03T15:33:38+00:00

I am trying to pass parameters via URL using: setParams({id:id,model:mod}) , and in the

  • 0

I am trying to pass parameters via URL using: setParams({id:id,model:mod}) , and in the browser’s address bar I see localhost/MVC/query?id=1&model=member. It is successful.

But I want to pass parameters that in url bar will look like: localhost/MVC/query?fq=model: member+model:new_member. I am trying to integrate “Solr” search server, and this is the syntax that supports for filtering queries.

Any help appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T15:33:41+00:00Added an answer on June 3, 2026 at 3:33 pm

    Just take a look at Button#getHref():

    getHref: function() {
        var me = this,
            params = Ext.apply({}, me.baseParams);
        params = Ext.apply(params, me.params);
        return me.href ? Ext.urlAppend(me.href, Ext.Object.toQueryString(params)) : false;
    },
    

    and the toQueryString():

    toQueryString: function(object, recursive) {
        ...
        for (j = 0, ln = paramObjects.length; j < ln; j++) {
            ...
            params.push(encodeURIComponent(paramObject.name) + '=' + encodeURIComponent(String(value)));
        }
        return params.join('&');
    },
    

    So I think you should write a new version for toQueryString, assumed it is toSolrQueryString to use : instead of = and + instead of &. Finally you override the getHref() to use toSolrQueryString function in your Button. Remember the return should be:

    return me.href ? Ext.urlAppend(me.href, 'fq=' + toSolrQueryString(params)) : false;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to pass parameters from Visual Studio using VB.net to a Crystal
I am trying to pass parameters to a URL which looks like this: http://www.foobar.com/foo?imageurl=
I am trying to pass parameters to a popup window via query string(a hidden
I'm trying to pass parameters from a PHP middle tier to a java backend
im trying to pass two parameters to a function, i being an int value
I'm trying to pass lists and maps as GET parameters, and I'm wondering if
I am trying, in vain it seems, to be able to pass additional parameters
I'm trying to pass parameter from python page to another through the URL,this parameter(key
I'm trying to pass value by using EL expression in get request parameter, but
Is it allowable to pass parameters to a web page through the URL (after

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.