Extension list

yootheme

ecommerce

joomla

Skip to main content

List of all our extensions

Create an account

JP Site Search - Security Model


Article Index

Security Model

JP Site Search is designed so that frontend visitors never communicate directly with Typesense.

Correct flow:

Browser
→ Joomla endpoint
→ server-side Typesense request
→ normalized safe result response

JP Site Search should never expose the following to public visitors:

  • Typesense API keys
  • Raw Typesense payloads
  • Raw filter expressions
  • Collection names
  • Access metadata
  • Administrator URLs
  • Private file paths
  • Unsafe external URLs

Sources and provider plugins must return safe normalized documents. JP Site Search handles public search through Joomla and applies runtime gating for enabled and disabled sources.

Troubleshooting
Page