Apex Designer Documentation
What's New
Getting Started
Projects
Business Objects
Processes
User Interfaces
App Behaviors
Files
Dependencies
Project Settings
Libraries
Patterns and Best Practices
App Showcase
Frequently Asked Questions

Full Text Search Library

Add full text search of the business objects in your application

Blank Profile Image
Written by David Knapp
Updated 2 months ago
Less than a minute read

The full text search library makes it easy to leverage the power of Postgres full text search in your application. You simply apply the mixin to your business object identifying:

  • An expression to generate the path to the object in the user interface
  • An expression to generate the title of the search results
  • The type to be displayed in the results
  • An expression to generate the description of the search results
  • An expression to generate the searchable text (including conversion from HTML if needed) or
  • The name of a custom method to generate the searchable text

The library includes app behaviors including:

  • An event handler to create the full text search table
  • An endpoint to update all search results
  • An endpoint to performance the search
Powered by Apex Designer
Terms of ServicePrivacy Policy
© 2017-2024 Apex Process Consultants