Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

If you need to do more complex searches by e.g. combine search conditions you can use the Search 検索条件を組み合わせるなど、より複雑な検索が必要な場合は、検索 (2) optionオプションを使用できます。

...

The Search dialogue box is divided in two tabs:

...

Search 

...

検索ダイアログボックスは2つのタブに分かれています:

  • 検索

  • 詳細検索

...

2.1

...

What you can search for will be determined by which module you are opening the search dialogue from. If you e.g. open a search from the Item module, all Item properties and specifications will show in the attribute list.

In the Search tab, you can search in all properties by:

  1. Select Properties from the drop-down menu

...

2. Select search method. This menu will adjust depending on attribute.

...

3.Select search value

...

Image Removed

You can add more conditions by selecting the + icon. If you want to remove a condition, select:

...

If you have more than one search condition, you can use the option in the top where you can decide whether you want all criteria to Match all of the following or Match any of the following;

  • Match all of the following: Search result need to fulfill all conditions

  • Match any of the following: Search result must fulfill at least one of the conditions

...

There are two types of criteria for text search which require detailed explanation:

...

検索

検索できる項目は、どのモジュールから検索ダイアログを開くかによって決まります。
例えば、アイテムモジュールから検索を開くと、すべてのアイテムのプロパティと仕様が属性リストに表示されます。

検索タブでは、以下の方法ですべてのプロパティを検索できます:

  1. ドロップダウンメニューからプロパティを選択します。

...

2. 検索方法を選択します。このメニューは属性によって変わります。

...

3.検索値の選択

...

Image Added

+アイコンを選択すると、さらに条件を追加できます。 条件を削除したい場合は選択します:

...

複数の検索条件がある場合は、上部にあるオプションを使用して、
すべての条件を “以下のすべてと一致させる” か “以下のいずれかと一致させる”かを選択することができます;

  • 次のすべてと一致する: 検索結果はすべての条件を満たす必要があります。

  • 次のいずれかと一致する:検索結果は、条件の少なくとも一つを満たさなければなりません。

...

You can also edit or delete saved searches from the ribbon menu by selecting "Edit search" or "Delete search";

Info

テキスト検索の条件には2種類あり、詳細な説明が必要です:

パターン: パターンオプションを使用すると、より正確な検索機能を作成できます。や * 文字をワイルドカードとして使用し、ランダムな文字や複数のランダムな文字を表します。文字|は、式を “()” カッコでくくったり、グループ化したりするときに使います。検索コードS1??(N|M)* will provide all results which start with S1 and have either N or M as 5 characters. Not pattern means everything with the exception of search results. For example, *BA will return all which do not end in BA.
Regular expression: Using regular expressions, you can create extremely advanced search expression using pattern in text.

Documentation of this is available: here 

Save search

You can save a search by:

  • Selecting "Save".

  • Give the saved search a name

  • Define whether you want to share the search with other users or if it's only should be visible for you.

...

You can find all the saved searches using the drop-down in the quick search field;

...

は、S1で始まり、NまたはMを5文字として持つすべての結果を提示します。 パターンでない (Not pattern)ということは、検索結果を除くすべてを意味します。例えば、*BAはBAで終わらないものをすべて返します。
正規表現: 正規表現を使用すると、テキスト内のパターンを使用して非常に高度な検索式を作成することができます。

このドキュメントはこちら:こちら 

検索の保存

以下の方法で検索を保存できます:

  • “保存”を選択します。

  • 保存した検索に名前を付けます。

  • 保存した検索を他のユーザーと共有するか、または自分だけに見せるかを設定します。

...

クイック検索のドロップダウンを使って、保存されたすべての検索を見つけることができます;

...

保存した検索は、リボンメニューから “検索の編集” または “検索の削除” を選択して編集または削除することもできます;

...

2.2

...

In the Advanced search, you can set one or several top conditions and build an even more advanced search. This can be useful if you e.g. want to search within a certain selection of items or rooms.

Example: Find all items that are set "To be modeled" and have Responsibility groups ARC (Architect) and/or ID (Interior Designer).

To accomplish this, we need to create two top conditions:

  • Condition 1: Find all items with the responsibility ARC or ID

  • Condition 2: Find out which of the items from condition 1 is set to be modeled.

The search will look like this using advanced search;

...

  • Selected 'And' to combine the two conditions, and the result would only show Items that were connected to both responsibility groups (which is not allowed in dRofus so the search would return blank).

Then we created a new top condition (Condition 2). Here we want to find all items within Condition 1 that are set To be modeled. Select "Add root condition" and find "To be modeled" as the search criteria shown in the image above. 

We now have two conditions (1 and 2). What's left to do is to determine how these two conditions shall be combined. We have selected "And" in this case because we want our search results to fulfill both conditions;

Condition 1: (Items must have responsibility ARC or ID) And...Condition 2 (Items must be set to be modeled)

...

詳細検索

詳細検索 (dvanced search)では、1つまたはいくつかの条件を設定し、さらに高度な検索を構築することができます。
これは、例えば、アイテムや部屋の特定の選択範囲内で検索したい場合に便利です。

例:”モデル化する (To be modeled)”に設定し、責任グループARC (建築家) またはID (インテリアデザイナー)を持つすべてのアイテムを検索します:

そのためには、2つの条件を作る必要があります:

  • 条件1:責任ARC (建築家) またはID (インテリアデザイナー) を持つすべてのアイテムを見つける。

  • 条件2:条件1のアイテムのうち、モデルに設定されているアイテムを見つける。

詳細検索を使用すると、検索はこのようになります;

...

  • 2つの条件を組み合わせるために “および (And) ” を選択し、結果は両方の責任グループに接続されているアイテムのみを表示します
    (これはdRofusで許可されていないため、検索は空白を返します)。

そして新しいトップの条件 (条件2) を作成しました。 ここでは、条件1内で “モデル化する (To be modeled)”と設定されているすべてのアイテムを見つけたいとします。
”ルート条件を追加 (Add root condition)” を選択し、検索条件として “モデル化する (To be modeled)”を検索します。

これで2つの条件 (1と2) がそろいました。あとは、この2つの条件をどのように組み合わせるかです。
今回は、検索結果が両方の条件を満たすようにしたいので、”および(And)” を選択しました;

条件1:(アイテムが責任ARC (建築家)またはID (インテリアデザイナー)を持っていること) そして...条件2 (アイテムがモデル化 (to be modeled))設定されていること)

複雑なフィルタで作成された検索は、単純なフィルタで作成された検索と同様に、保存、編集、削除することができます。