You can now search for arbitrary products with the find_products block:
{% find_products name_includes:'Lightning Bolt' in-stock do products order:sell_price reverse %} <table border="0" class="invisible-table" width="100%"> {% include 'product' with products %} </table> {% endtagged_with %}