My Searches Widget ================== The My Searches widget displays Search Builders queries that the user has saved or searches an Admin has saved in the user's name. The widget utilizes an HTML file, SQL script and Python script as shown below. Since the saved searches list is different for each user, Caching should be set to **each user**. HTML Code --------- Below is the HTML code for the My Searches widget. As supplied by TouchPoint, the file name is **WidgetSearchesHTML**. .. literalinclude:: Files/WidgetSearches.html :linenos: SQL Script ---------- Below is the SQL script for the My Searches widget. As supplied by TouchPoint, the file name is **WidgetSearchesSQL**. .. literalinclude:: Files/WidgetSearches.sql :linenos: Python Script ------------- Below is the Python script for the My Searches widget. As supplied by TouchPoint, the file name is **WidgetSearchesPython**. .. literalinclude:: Files/WidgetSearches.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **04/30/2020** | +--------------------+------------------+ Added this article.