https://efactura.dgi.gub.uy:6475/efactura/ws_personaGetActEmpresarial
https://efactura.dgi.gub.uy:6443/efactura/ws_certificacion?wsdl
| ## SqliteFullTextSearch Concern | |
| # | |
| # The `SqliteFullTextSearch` concern provides a set of methods and triggers to enable full-text search capabilities for ActiveRecord models using SQLite's FTS5 extension. | |
| # | |
| # ### Key Features | |
| # - **Full-Text Search Scope**: Adds a `search` scope to the model for performing full-text searches. | |
| # - **Index Creation and Management**: Automatically creates and manages FTS5 tables and triggers for the model. | |
| # - **Attribute Configuration**: Allows specifying attributes to include in the full-text search index. | |
| # - **Trigger Management**: Sets up triggers to keep the search index up-to-date with model changes. | |
| # |