You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
I was looking to see if I should port my collection of txt files to massCode, and in testing it out, I found that the descriptions weren't searched. I'll give you an example, I wrote
title: "Pandas timestamp string"
description: "This is how to format a timestamp string"
and the code snippet body:
pd.Timestamp('now').strftime("%Y%m%d%H%M%S%f")
I would have expected if I were to search "format" it would have found that snippet, but no. Is this the intended behavior?