search is on, but i haven't enforced it(it means, i asked llm to do it, without mentioning go search the web)
1. i tried several wrong import paths before finding the doc
2. i kind of reinvented the wheel, i've used import.meta.glob instead of fumadocs own source system, until i realised it's late, and as it's fun, i continued
3. started with type: "fetch" "simple" index, file search worked, but surface search doesn't, Switched to type: "static" "advanced" index. static avoids per-keystroke Worker CPU cost thus returned a response but showed nothing in UI, and i tried using own search, it worked, so i haven't gone in orama
my notes structure is very very different, so lot of if conditions needed to be applied to make everything render properly, i freaking love fumadocs thus i moved from quartz
did i do mistakes while building it ? yes absolutely, i literally reinvented createFromSource(source)
does asking Claude to do web search would had made it easy ? yes absolutely
but is it fun and the end product is working ? yes, that is what matters to be at the EOD