Coder Social home page Coder Social logo

Comments (2)

philrz avatar philrz commented on June 10, 2024 1

@SoftTools59654: If I understand your question correctly, I think you're just looking for the logical operator or. See the search expression docs on boolean logic for details.

To illustrate using an example we can both see, I'm using the publicly-available test data from https://gist.github.com/jheer/4dee9b65d5f4cab64235e28d0e4010dc.

With this data, searching for just "Musical" finds 54 values. (BTW, from your screenshots and the numbers you're citing it looks like you're maybe confusing the "Shapes" count as if that's the number of values in the query result. The number of values in the query result is shown at the bottom as I've circled in this first screenshot.)

image

Searching for "Comedy" with this data finds 849 values.

image

Entering both search terms on separate lines like you did in your screenshot has the same effect as if they'd been entered on the same line: As that doc I linked to above explains, there's an implicit and between these search terms. So in this data, there happens to be only one value that matches on both "Musical" and "Comedy".

image

Finally, by using or, you can find in a single search all the values that match on either or both of those search terms. You can put it all on one line or split it across multiple lines like I've done here to be similar to your original screenshot.

image

Let me know if that answers your question.

from zui.

SoftTools59654 avatar SoftTools59654 commented on June 10, 2024

Thank

It was my mistake and I should have carefully checked the explanations

Thank you for your complete answer. I hope you will put the things you taught me in the form of images on the site, the image is much better

from zui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.