Skip to main content

Search

The Search bar is at the top of any Showwcase page you’re viewing, and it allows you to search for people, jobs, companies, shows, and more. You can click any suggestions that appear in the dropdown list as you type or submit your search to see the full results.

gethttps://cache.showwcase.com/search
Query
FieldTypeDescription
termstringParameter defines the query you want to search.
type

Default value: users

stringParameter defines the type of search you want to do.

Allowed values: users, shows, threads, userTags, tags, communityCategories, communities, companies, jobs, top

filtersstringFilter expression containing one or more conditions.
skip

Default value: 0

numberPagination offset.
limit

Default value: 15

numberPagination limit. (Max value 100)
note
  • You can search using keywords such as company or job title. For example, you can search for "Richard Branson Founder".

  • If you don’t know the full name of the person you’re searching for, enter other information that you know about them. For example, you can search for “Editor The Kansas City Star”.

Filtering

Filters use document fields to establish filtering criteria.

To use a document field as a filter, you must first add its attribute to the filterableAttributes index setting.

caution

This step is mandatory and cannot be done at search time. Filters need to be properly processed and prepared by Meilisearch before they can be used.

Updating filterableAttributes requires recreating the entire index. This may take a significant amount of time depending on dataset size.