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

  • Home
  • SEARCH
  • 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 6130661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T16:53:03+00:00 2026-05-23T16:53:03+00:00

I use MySQL for the production server and SQLite for the testing local server

  • 0

I use MySQL for the production server and SQLite for the testing local server for my django application.

I’ve a model like this:

class Product(models.Model):
    name = models.CharField(max_length = 40)

I’ve implemented a search feature in my application for searching product.
I use this command: Product.objects.filter(name__contains = text)

But in this way, if I search a white space " ", the application returns me every product with a space in the name. It’s a bit ugly, and also if I search a single char, for example a it returns all name that contains a. Is there a way to search only ‘single full word’?

  • 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-23T16:53:04+00:00Added an answer on May 23, 2026 at 4:53 pm

    https://docs.djangoproject.com/en/1.3/ref/models/querysets/#regex

    http://docs.python.org/library/re.html

    pattern= r"\b%s\b" % text
    Product.objects.filter(name__regex = pattern)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'd like to use MySQL in this form: SELECT 1 AS one, one*2 AS
Is it possible to use MySQL local? I mean NOT at a server. I
i have mysql that is used on production server for php webshop application. sometimes
I want to use GenerationType.IDENTITY for primary keys in my production MySQL system. But
I'm about to use MySQL with Hibernate on a Tomcat 5.5.x server. Do I
I am starting to use MySQL with JDBC. Class.forName(com.mysql.jdbc.Driver); conn = DriverManager.getConnection(jdbc:mysql:///x, x, x);
I like to use MySQL to do quantitative analysis and statistics. I would like
Is it possible to use MySQL with the data access application block? The existing
While setting up Sphinx on my production server, this strange error came up when
This works locally, but not on production server. Using ubuntu 10.04, rails 3.0.7, ruby

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.