> Portal Navigation: > > - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version. > - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages). > - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`). > - Top-level index of all portals: https://dev.wix.com/docs/llms.txt > - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt ## Resource: About Creating Searches and Filters of Displayed Data ## Article: About Creating Searches and Filters of Displayed Data ## Article Link: https://dev.wix.com/docs/develop-websites/articles/databases/wix-data/displaying-data/about-creating-searches-and-filters-of-displayed-data.md ## Article Content: # Velo: About Creating Searches and Filters of Displayed Data To let your users search or filter the data you display on a page you start by adding User Input elements to your page. These elements are where your users will enter the criteria they want to use to search or filter your data. Then you write the code that runs the search or filter. For example, you could add code to an input box so that visitors can type their search text, or add code to a dropdown list or radio buttons to allow visitors to filter content based on their selection. It's important to remember not to connect your user input element to data when using it as input for searches and filters. To learn more about creating searches and filters via code, see the following articles: - [Velo Tutorial: Adding Collection Data Search Functionality](https://support.wix.com/en/article/how-to-add-a-search-of-your-data-collection-to-a-page) - The [wix-data API](https://www.wix.com/velo/reference/wix-data.html) - The [wix-dataset API](https://www.wix.com/velo/reference/wix-dataset/dataset.html#setFilter). You can also watch our demos on how to create searches and filters for your collection: `youtube:https://www.youtube.com/watch?v=Hx7_8-lRsW0` `youtube:https://www.youtube.com/watch?v=VbROpL-FsLs`
**Tip** You can also [use input elements to allow visitors to filter content](https://support.wix.com/en/article/cms-formerly-content-manager-setting-up-filters-for-site-visitors-using-input-elements) directly in the Wix Editor, without code.