legacy-knowledge-base
公開されました Jun. 30, 2025

フィルタでピックリストの名前でオブジェクトエントリをフィルタリングする方法

written-by

Sorin Pop

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • picklist1とpicklist2のように2つのpicklistを作成しました。 そして、ピックリスト型のフィールドを2つ作成したオブジェクトを1つ作成し、これを上記のピックリストにマッピングした。 これでオブジェクトのエントリーを追加した。

    ピックリストの値は、{"key":"demo"、"name":"デモ"}。 現在、picklist1.name eq 'Demo'というフィルタを適用しようとすると、うまくいかない。

    どうすれば実現できるか、教えてください。

環境

  • 7.4

解像度

  • 現在、ラベルは使用できませんが、ピックリストキーを使用してエントリーを検索およびフィルタリングすることができます。
  • 今のところ、検索とフィルターはピックリストの キー を考慮して動作します。では、 というピックリストと、 ブラジル をキーとし、 イタリア をラベルとするピックリストアイテムがあるとします。

    country eq 'brazil', でフィルタリングすると、レスポンスにエントリーが表示される。 country eq 'Italy' でフィルタリングすると、そのエントリーはレスポンスに含まれません。

  • 言い換えれば、問題は、以下のような方法でフィルタリングしていることかもしれません。 名前でなく キー.

did-this-article-resolve-your-issue

legacy-knowledge-base