Pagefind

UI Extension

Pagefind is a fully static search library that runs entirely in the browser after indexing at build time. Zero configuration required.

Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #91
KEY FEATURES
Static search
Build-time indexing
Zero config
Multilingual
Filtering
Metadata
Custom UI
Usage Example

Here's how you'll use Pagefind with Oorian once the extension is available:

Java
// Create and configure Pagefind component
Pagefind component = new Pagefind();
component.setWidth("100%");
component.setHeight("400px");

// Configure component options
component.setEnabled(true);

// Register for events using Oorian's event model
component.registerForEvent(this, PagefindEvent.class);

// Add to your page
container.addElement(component);

Note: This is a preview of the expected API. The actual implementation may vary slightly when released.