Git Product home page Git Product logo

Comments (3)

luis-almeida avatar luis-almeida commented on August 12, 2024

@cyberwani I'm not really sure if I understood your first question but it is possible to filter items by multiple tags from different categories. Did you see the Multiple categories demo?

In your second question I think you're referring to the pagination plugin.
You can change the number of items per page if you want.
What exactly do you mean by limit?

from filtrify.

cyberwani avatar cyberwani commented on August 12, 2024

I make mistake to describe the issue.

Actually I am working on a project with portfolios. In which we have to display the portfolio with two filter. First, the "Category", for which I want simple button or Radio button like functionality. Where user can select any category.
And, for 2nd filter "Features" i want check-box selection system. Where user can select multiple "Features".

By this use can view the portfolio entries which is in "Category1" and contains the features like "Feature1" and "Feature2".

So, it will looks like this http://awesomescreenshot.com/03a3l1p65

In your demo link when I Selects the genre "Action" then it sorts all data with "Action". And after when i select any actor then it filters that actor in "genre".

In my 2nd question i was asking for for pagination. Its clear now.
Thanks

from filtrify.

luis-almeida avatar luis-almeida commented on August 12, 2024

Filtrify uses the "and" logical operator between categories.
It will always show results that have all the tags that you selected in each category.

In your case, you are treating "features" as a subcategory. You want something like this:
"Select all the items from category 1 that have feature 2 OR feature 3 OR feature 4".

But filtrify will only let you do this:
"Select all the items from category 1 that have feature 2 AND feature 3 AND feature 4".

It is not possible to accomplish want you want to do without changing the internal filter function.
Maybe Isotope would be a better solution for this case because you have complete control over the filter functionality.

Hope it helped :)
I'm closing this issue and I'm labeling it as a question.

from filtrify.

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.