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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T07:23:14+00:00 2026-05-31T07:23:14+00:00

I want to implement a search in codeigniter using the search term in the

  • 0

I want to implement a search in codeigniter using the search term in the url string but am having trouble allowing disallowed uri characters (‘ is the main problem)

e.g. http://www.example.com/search/find/search_term/collector’s edition/category/stackoverflow

basically find ‘collector’s edition’ in category ‘stackoverflow’

This throws the URI exception error – even if I encode it with javascript codeigniter unencodes it. Obviously I don’t want to go and allow all characters.

I also want to be able to decode my data when it is returned so I can display the search term in the input box also.

  • 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-31T07:23:15+00:00Added an answer on May 31, 2026 at 7:23 am

    Use a query string rather than fight against CI’s suggested allowed URI characters:

    example.com/search/?search_term=collector's+edition&category=stackoverflow

    Just make sure you have query strings ($_GET) enabled:

    $config['allow_get_array'] = TRUE; // This enables $_GET data
    
    // The name of this item is misleading, it's not what you might think 
    $config['enable_query_strings'] = FALSE; // <-- Ignore this, make sure it's FALSE
    

    And to grab the search term:

    $query = $this->input->get('search_term'); // No need to decode
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to implement a toolbar having same 'search' Finder style, using standard NSSegmentControl
I want to implement an NSSearchField showing search results similar to Safari's, but I
I want to implement a 'Search with Auto complete drop down' but I don't
I want to implement something like this using JSF.(part of search screen) More and
I want to implement search functionality for a website (assume it is similar to
I want to implement a basic search/replace translation table in C; that is, it
I want to implement something exactly like Changing the Default Text in the Search
I want implement in my software solution an VBA editor but in c# 3.0.
I want to implement search bar in my application which will filter list view
i want to implement a small search engine , i have index page where

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.