FlexSearch
UI Extension
FlexSearch is a high-performance full-text search library for JavaScript with memory-efficient indexing and contextual search.
Status
Planned
Supported Version
TBD
Licensing
Open Source
Priority
Rank #93
KEY FEATURES
Full-text search
Memory efficient
Contextual search
Phonetic matching
Worker support
Auto-complete
Custom tokenizer
Usage Example
Here's how you'll use FlexSearch with Oorian once the extension is available:
Java
// Create and configure FlexSearch component
FlexSearch component = new FlexSearch();
component.setWidth("100%");
component.setHeight("400px");
// Configure component options
component.setEnabled(true);
// Register for events using Oorian's event model
component.registerForEvent(this, FlexSearchEvent.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.