Schedules - Program Search
87 sites
Security covered
This module provides a configurable search feature for programs. It includes functionality to manage and refresh the search cache.
πΊπ¦
This module is maintained by Ukrainian developers.Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
# Open Y Programs Search
Provides configurable programs search paragraph.
## How to warm the cache
```
\Drupal::service("openy_programs_search.data_storage")->warmCache();
```
## How to reset the cache
```
\Drupal::service("openy_programs_search.data_storage")->resetCache();
```
## TODO
3. Make the first step optional.