1. If I search for the word "template", it find results, but it highlight the word "templat" (mising the "e") <img width="942" height="469" alt="Image" src="https://github.com/user-attachments/assets/a48e839d-62a2-4942-861c-0f479b1c32e1" /> ------ 2. If I search for the word "templat" it gives me the same results: <img width="896" height="472" alt="Image" src="https://github.com/user-attachments/assets/758dcff2-187f-4829-bb64-47b73ce7422a" /> ------ 3. If I search for the word "templa" I don't get any results: <img width="898" height="543" alt="Image" src="https://github.com/user-attachments/assets/5b1f10a9-6d78-4b61-9320-8041accfc157" /> ------ 4. If I search for the term "templa*" I get highlight "templat" (same as in number 1) <img width="905" height="474" alt="Image" src="https://github.com/user-attachments/assets/721014d6-d64e-4f7a-ad3f-a629db2bc4d2" /> ------ Conclusion: - **1** should highlight the full word "template" - **2** should not give any results - **3** works as expected - **4** should highlight the full word "template"