搜索日期未返回结果

发布于 2024-10-19 14:11:51 字数 123 浏览 1 评论 0 原文

我有一个字段“DueDate”具有日期/时间数据类型。我创建一个视图并包含一个搜索栏。现在我想在使用搜索栏创建的视图中搜索特定日期,但它返回 0 个结果。问题是什么?我想要返回的日期存在于视图中,但我得到 0 个结果。有什么帮助吗?

I have a field say "DueDate" having a date/time data type. I create a view and include a search bar. Now I want to search a specific date in a view that I created using the Search Bar but it returns 0 results. What is the problem? The date that I wanted to return exists in the view, but I got 0 results. Any help please?

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

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

发布评论

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

评论(2

不可一世的女人 2024-10-26 14:11:51

搜索栏是一个强大的工具,但您应该注意一些很少解释的固有行为。您也可以使用一种语法来定位您的搜索。但首先您应该激活全文索引。

在这里是指示在数据库上激活全文索引。

您可以在特定字段中搜索日期值等。 Lotus Notes 中有一种与搜索相关的语法。例如,引用特定字段可以在搜索栏中写为“[DueDate] = 01/01/2011”。 (不要包含引号。)

检查链接用于搜索语法。

The search bar is a powerful tool, but there is some inherent behaviour you should be aware of which is rarely explained. There is a syntax you can use as well to target your search. But firstly you should activate full-text indexing.

Here are instructions on activating full-text indexing on a database.

You can search a specific field for date values among other things. There is a syntax associated for searching in Lotus Notes. For instance, referring to specific fields can be written as "[DueDate] = 01/01/2011" in the search bar. (Don't include the quotation marks.)

Check this link for search syntax.

桜花祭 2024-10-26 14:11:51

您已经为数据库建立索引了吗?

Have you indexed your database yet?

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