> 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: Supported Filters ## Article: Supported Filters ## Article Link: https://dev.wix.com/docs/api-reference/business-management/faq-app/question-entry-v2/supported-filters.md ## Article Content: # Question Entries V2: Supported Filters and Sorting The following table shows field support for filters and sorting for the question entry object: | Field | Supported Filters | Sortable | |-------|------------------|----------| | `id` | `$eq`, `$ne`, `$in`, `$nin` | Sortable | | `question` | `$eq`, `$ne`, `$in`, `$nin`, `$startsWith`, `$endsWith`, `$contains` | Sortable | | `answer.draftjs` | `$eq`, `$ne`, `$in`, `$nin`, `$startsWith`, `$endsWith`, `$contains` | Sortable | | `answer.rich_content` | `$eq`, `$ne`, `$in`, `$nin`, `$startsWith`, `$endsWith`, `$contains` | Sortable | | `answer.plain_text` | `$eq`, `$ne`, `$in`, `$nin`, `$startsWith`, `$endsWith`, `$contains` | Sortable | | `sort_order` | `$eq`, `$ne`, `$in`, `$nin`, `$lt`, `$lte`, `$gt`, `$gte` | Sortable | | `category_id` | `$eq`, `$ne`, `$in`, `$nin` | Sortable | __Related content:__ [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Query Question Entries](https://dev.wix.com/docs/rest/business-management/faq-app/faq/question-entry-v2/query-question-entries.md)