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
I am rendering .md files using Nuxt Content and developing a search functionality through the searchContent method.
The issue arises when a table is written as below. When searched through searchContent, it returns without spaces,
like Content-Typetextapplication/json, which causes tokenizer processing to fail, and the search is not performed correctly.
Could you please guide me on how to make it searchable with spaces between cells, like Content-Type text application/json?
Thank you.
| Name | Type | Description |
| ------------ | ---- | ---------------- |
| Content-Type | text | application/json |
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
"@nuxt/content": "^2.13.2"
I am rendering .md files using Nuxt Content and developing a search functionality through the
searchContent
method.The issue arises when a table is written as below. When searched through searchContent, it returns without spaces,
like
Content-Typetextapplication/json
, which causes tokenizer processing to fail, and the search is not performed correctly.Could you please guide me on how to make it searchable with spaces between cells, like
Content-Type text application/json
?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions