Enable and Use Search

Posted by Larrem on January 05, 2024

Objectives

  1. Enable Search
  2. Test Search

Using the Orchard Core doc as reference

https://docs.orchardcore.net/en/latest/docs/guides/implement-fulltext-search/


Step 1: Enable Lucene feature

Step 2: Create Lucene index

Step 3: Enable Search feature

Step 4: Set the Lucene search index

Step 5: Check the Default search provider

Step 6: Set index permissions

Step 7: Rebuild Lucene search index

Step 8: Test at ~/search


Reference

https://docs.orchardcore.net/en/latest/docs/guides/implement-fulltext-search/