Search

Search Shortcodes

Estimated reading: 2 minutes 37 views

Displays a search input form that allows users to search movies, series, or other content.

πŸ“Œ Basic Usage

[movie_engine_search_bar]

⚑ Example

[movie_engine_search_bar placeholder="Search movies..." post_type="movie_engine_movie"]

πŸ“¦ Parameters

ParameterTypeDefaultDescription
placeholderstringSearch…Input placeholder text
post_typestringβ€”Limit search to specific post type
button_textstringSearchSubmit button text
show_buttonstringtrueShow submit button (true/false)
redirect_pagestringβ€”Custom results page URL

πŸ”Ή Example (Custom Search Bar)

[movie_engine_search_bar placeholder="Search movies & series" show_button="true"]

βš™οΈ Behavior Notes

  • Submits a search using ?s=keyword
  • Redirects to:
    • Custom redirect_page OR
    • Default Search Results Page (from plugin settings)
  • Works with:
    • movie_engine_library
    • movie_engine_search

⚑ 2. Live Search Shortcode

Displays real-time search results (AJAX) as the user types.

Basic Usage

[movie_engine_live_search]

Example

[movie_engine_live_search limit="5" post_type="movie_engine_movie"]

Parameters

ParameterTypeDefaultDescription
limitnumber5Number of results shown
post_typestringβ€”Filter by post type
show_imagestringtrueShow thumbnail
show_metastringtrueShow year/type
show_ratingstringtrueShow rating
show_view_allstringtrueShow β€œView All” link

Example (Live Search Dropdown)

[movie_engine_live_search limit="8" show_rating="true"]

Behavior Notes

  • Uses AJAX (no page reload)
  • Shows results instantly while typing
  • Automatically hides when input is empty
  • β€œView All” redirects to the search results page

Using Both Together (Recommended)

πŸ‘‰ Best practice is to combine both:

[movie_engine_search_bar]
[movie_engine_live_search]

βœ… Result

  • User types β†’ sees instant results
  • Press enter β†’ goes to full search page

🎯 Supported Values

post_type

  • movie_engine_movie
  • movie_engine_series
  • movie_engine_season
  • movie_engine_episode

πŸ”— Related Shortcodes

  • movie_engine_library β†’ full search page
  • movie_engine_search β†’ library with search enabled

βš™οΈ Integration Flow

User types β†’ Live Search (AJAX results)
↓
Press Enter β†’ Search Results Page
↓
movie_engine_library handles results

πŸš€ Example Use Cases

Header Search

[movie_engine_search_bar placeholder="Search..."]
[movie_engine_live_search]

Movies Only Search

[movie_engine_search_bar post_type="movie_engine_movie"]
[movie_engine_live_search post_type="movie_engine_movie"]

Minimal Search (No Button)

[movie_engine_search_bar show_button="false"]
[movie_engine_live_search limit="5"]

Share this Doc

Search Shortcodes

Or copy link

CONTENTS