• Hey everyone!

    I got really stuck so hopefully someone has some thoughts about my problem ??
    I’m new to WP and have just a very basic understanding of the mechanics. I want to create a website that makes it possible for a user to input information and then filter a database based on the input and a costum logic. Afterwards I plan to show the results dynamically to the user.

    I know this is no simple thing to do, but the biggest struggle for me is to understand the underlaying function of this process. Do I save the user input in a data base or as a variable and then write some function that works with it or are there Plugins to do this for me?

    Would be great to hear from you, any input is very much appreciated!

Viewing 1 replies (of 1 total)
  • The built-in Search takes user input and filters the database for the matching content, which is then displayed to the user.
    Taxonomies do the same thing, but are not typed in by the user. They are links in the page which when clicked filter the database for matching content, which is then displayed to the user.

Viewing 1 replies (of 1 total)
  • The topic ‘filter db by algorithm with user input’ is closed to new replies.