July 2019
Beginner to intermediate
302 pages
9h 38m
English
We will use a Python library called blinker that provides the signals feature. Flask has built-in support for blinker and uses signaling itself to a good extent. There are certain core signals provided by Flask.
In this recipe, we will use the application from the Implementing full-text search with Elasticsearch recipe and add the product and category documents to make indexes work via signals.