文本字段的 permalink_fu:如何将 blob 转换为字符串输出?

发布于 2024-08-07 04:40:43 字数 601 浏览 2 评论 0原文

如果我在文本字段上使用 permalink_fu 我会得到这个生成的permalink

http://localhost:3000/243webb4ee4ff2227230b4232438591810c35d3f

我认为

http://localhost:3000/where-is-my-lost-cat

这是因为text字段成为数据库中的blob并且permalink_fu只知道如何操作字符串字段。

如何将其转换为可读的 string 版本?

(无需将数据库类型从 text 更改为 string)

If I use permalink_fu on a text field I get this for the resulting permalink:

http://localhost:3000/243webb4ee4ff2227230b4232438591810c35d3f

instead of

http://localhost:3000/where-is-my-lost-cat

I assume this is because the text field becomes a blob in the database and permalink_fu only knows how to operate on string fields.

How could I convert this to a readable string version?

(without changing the database type from text to string)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

为你鎻心 2024-08-14 04:40:44

尝试在本地注释掉这些行版本。查看异常是什么,并追踪到您的问题。

Try commenting out these lines in your local version. See what the exception is, and trace that to your issue.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文