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 6943357
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:08:42+00:00 2026-05-27T13:08:42+00:00

I have a search action in Zend Framework. And code is: function searchAction() {

  • 0

I have a search action in Zend Framework.

And code is:

function searchAction()
{
    $keyword = $this->getRequest()->getParam('keyword');
    if( !empty($keyword) )
    {
        //@todo here
    }
}

I use the url like below to post keyword to the action:

/index/search/keyword/google

With:

  • index: controller
  • search: action
  • keyword & google: a pair of param and value.

Everything is OK until the user searches the keyword with value is “/” character

/index/search/keyword//
=>: getParam(‘keyword’) is empty

I have tried to use %2F (which is encoded of “/”)

/index/search/keyword/%2F
=>: 404 Error

How can I fix this issue?

  • 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-05-27T13:08:43+00:00Added an answer on May 27, 2026 at 1:08 pm

    You can try to add route in your bootstrap.php

    $router = $frontController->getRouter();
    
    $router->addRoute(
            'searchOncontrollername',
            new Zend_Controller_Router_Route('/controllername/search/:keyword', array('controller' => 'controllername',
                                                              'action' => 'search'
                )));
    

    after that you can work with variable keyword in controller:

    $keyword  = $this->getRequest()->getParam("keyword");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a simple form like this: <form name=serachForm method=post action=/home/search> <input type=text name=searchText
I have a problem with search box. So here is the code to generate
I have a site that have URL similar to this: /mysite/admin/controller/action/id /mysite/search/controller/action/id /mysite/user/controller/action/id I
I have an action called List that shows the results of a search. It
I have search through the web to figure this out but no luck. I
The question raised from the question here . In order to have search engines
Here is my use case I have a search model with two actions search_set
I have a search page which finds candidates. From this page you can click
In asp.net MVC I have a search action in my controller and I am
I have search through quite a lot of questions here, but havent found one

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.