Extension list

Skip to main content

List of all our extensions

Create an account

JP AJAX Search - Developer Notes


Article Index

Developer Notes

JP Ajax Search uses a provider-based architecture. Each supported source returns a normalized result object so the frontend can render mixed results consistently.

Common result fields include:

  • source
  • source_group
  • type
  • type_label
  • id
  • title
  • url
  • image
  • category
  • manufacturer
  • price
  • file_type
  • file_size
  • version
  • event_date
  • location
  • priority

Internal scoring fields are hidden from normal JSON output unless Ranking debug is enabled.

DJ-Catalog2 support uses the DJ-Catalog2 product table, category table, producer / manufacturer table, and media image table where available. The provider is defensive and should avoid fatal errors if DJ-Catalog2 is not installed or if optional columns are missing.

Recommended Setup
Page