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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T19:56:50+00:00 2026-05-30T19:56:50+00:00

for example.. class Page(Document) tags = ListField(StringField()) In this case, we can find out

  • 0

for example..

class Page(Document)
    tags = ListField(StringField())

In this case, we can find out a value in the tags list like this.

Page.objects(tags='coding')

if tags are like [‘coding’, ‘x’, ‘y’], then the document will be matched…

but My question is how I can find out the value not in the listfield.

my incorrect code would be..

Page.objects(tags!='coding') 

or

Page.objects(tags__not = 'coding')

or

Page.objects(tags__not__in = 'coding')

but.. they don’t simply work..

how can I query a document that does not have a given value in a ListField?

  • 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-30T19:56:51+00:00Added an answer on May 30, 2026 at 7:56 pm

    To find any pages that don’t have the tags coding use the $nin operator:

    Page.objects(tags__nin=['coding'])
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Example program: list links This example program demonstrates how to fetch a page from
Example: class MyClass { Composition m_Composition; void MyClass() { m_Composition = new Composition( this
Please consider this example class: [Serializable] public class SomeClass { private DateTime _SomeDateTime; public
I have the following example class: Test.h: @interface Test : UIButton { NSString *value;
Hi LaTeX enthusiasts and TeX programmers! I'm currently developing a single-page document class for
I used the FPDF class to create a multi-page PDF document and then I
Take this example model: public class Location { public string Id { get; set;
I took the following code from the examples page on Asio class tcp_connection :
Example class in pseudocode: class SumCalculator method calculate(int1, int2) returns int What is a
I have models (simplified example): class Group(models.Model): name = models.CharField(max_length = 32) class Person(models.Model):

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.