anthonydresser / testissues

0 stars 0 forks source link

Book search action doesn't work #4944

Open anthonydresser opened 3 years ago

anthonydresser commented 3 years ago

Stable 1.26 & main

  1. Open book in Notebook view
  2. Click on magnifying glass next to book item
  3. Enter search term in search box

Expected : Search completes successfully Actual : Get error about a missing path

image

The issue seems to be the search path isn't constructed correctly - it's searching c:\Users\chgagnon\Desktop\sqlserver2019\troubleshooters\**\*.md,c:\Users\chgagnon\Desktop\sqlserver2019\troubleshooters\**\*.ipynb but the troubleshooters folder is nested in the content folder. If I change the search path to c:\Users\chgagnon\Desktop\sqlserver2019\content\troubleshooters\**\*.md,c:\Users\chgagnon\Desktop\sqlserver2019\content\troubleshooters\**\*.ipynb then it works as expected