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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:12:00+00:00 2026-06-05T02:12:00+00:00

On my site user should have an ability to filter numbers, like *123*321* ,

  • 0

On my site user should have an ability to filter numbers, like *123*321*, that will match “666 123 555 321 111″ or LIKE '%123%321%'.

By default django’s orm escapes %-sign. I can use regex, or raw query, but is there some workaround?

UPD: i’ll place it here for displaying another way.

integer_search = [] # for colorizing found substrings
if actual['integer']:
    integer_match = filter(None, actual['international'].split('*'))
    integer_search = integer_match
    integer_match = ''.join('%s[[:digit:]]*' % i for i in integer_match)
    integers = integers.filter(international__regex=integer_match)
  • 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-05T02:12:02+00:00Added an answer on June 5, 2026 at 2:12 am

    Yes, Django replaces all the % and _. From docs:

    This means things should work intuitively, so the abstraction doesn’t
    leak. For example, to retrieve all the entries that contain a percent
    sign, just use the percent sign as any other character

    I would recommend you to use extra method. It is not really raw sql, although looks hacky:

    YourModel.objects.extra(where=['title LIKE %s'], params=['%123%321%'])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to do the following: The user should have his own sub site
I have a django server that serves the basic site with user, auth etc
I want to make some site, is should have user profiles accessible under URL
I'm working on a site, which will have several modules that either fully available
I'm thinking about a social networking-site. My user-model should have an attribute eyecolor, which
I have a database that will be holding sensitive data, so it should be
Background: working a user q&a site where users logged,etc. What user/visitor data should be
I have a credit system set up on my site where user A can
Sometimes I m getting unicode errors like below in my django site when user
Let's suppose that we have multi-site CMS and every website in this CMS having

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.