問題タブ [advanced-search]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
alfresco - Alfrescoシェアの詳細検索
問題があります。1 つのプロパティを持つ 1ed:edocuments
つの側面を持つカスタム モデルを作成しています。Advanced Search Form をカスタマイズして RegNum フィールドを追加しましたが、このフィールドでは何も検索されません。それは何ですか?なぜ検索が機能しないのですか?ed:zagdep
ed:documentRegnum
私のモデルコードed-model.xml
(tomcat\shared\classes\alfresco\extension)
私のモデル コンテキスト ファイルed-model-contex.xml
(tomcat\shared\classes\alfresco\extension)
マイshare-config-custom.xml
(tomcat\shared\classes\alfresco\web-extension)
php - Magento の高度な検索 - 結果の順序に一貫性がない / 複数の order-by フィールドを定義する方法
Magento 1.9.0.1 で検索結果が一貫性のない順序で表示されていることがわかりました。
以下の例では、検索結果が価格順になるように指定していますが、これは機能しますが、同じ価格の製品が検索を実行するたびに異なる順序で表示されます。
これを修正する方法を知っている人はいますか?
2つの可能な解決策(実装方法がわからない)は次のとおりです。
- すべての高度な検索 (たとえば、製品 ID または SKU) にデフォルトの基本オーダーバイを追加するには
- 複数の order-by フィールドを指定する方法を見つけます。直接 SQL ステートメントで行うように、「...ORDER BY xxx ASC, yyy DESC...」とします。
excel - Search a cell for multiple critera from a list and return a corresponding value from the list
This example should explain my question clearly
I have a huge table of values (50,000+ rows) in this format
I have a list of phrases in the format (again 50,000+ rows)
I need to search along the following lines - search A1 if you find a row where both PHRASE 1 & PHRASE 2 are present return the corresponding VALUE
Below is an example of how I would like the results would look. I.e. the search has checked to see if any of the word combos are present in the top table and returned the appropriate result if possible. There won't be an issue of two sets of positives i.e. Moon Fun and Light Green. The real values are all artist name and track name combinations.
A few notes:
- The list of phrases to search are full of other text as well I.e. the cell will be the "The Moon was out tonight I was on the green hill". We need to search the phrase table, see if we find the combo of Moon & Green and if we do return the associated value.
I need to have multiple criteria in the search as a single search term doesn't narrow results enough, some of the words I'm searching are to general or are parts of other words (i.e. OFF is part of OFFLINE) which returns the wrong results where as searching OFF and another term simultaneously resolves that issue.
The list of phrases isn't in a set format, so I can't really exact all the values by splitting the columns i.e. it's not all "Moon - Green"
The closes I have come to solving this is using this formula:
IF(AND(ISNUMBER(SEARCH(C2,E2)),ISNUMBER(SEARCH(D2,E2))),B2,"")
Where C2 & D2 are the values to search, E2 is the box to search in & B2 is the value to return. The problem with this formula is that I'm limited to searching 1 combination at a time I.e. check C2 & D2 rather than saying check an array of C2:C100 & D2:D100
I've tried making that formula into an array with no luck.
I've also tried this formula:
=IFERROR(LOOKUP(2, 1/(ISNUMBER(SEARCH($L$7:$L$8, E2))), $K$7:$K$8),"")m
But in this situation it can only handle one critera (i.e. only search for Phrase 1) not both Phrase 1 and 2. $L$7:$L$8 is the list to search, E2 is the box to search in, $K$7:$K$8 is the corresponding value to return.
Hopefully that is enough to go on.
vba - メールボックス全体に対して AdvancedSearch メソッドを使用してスコープを設定する
Excel から添付ファイルを保存するために、特定のパラメーターに一致するメール アイテムのすべての Outlook フォルダーを調べようとしています。
スコープを参照して、すべてのフォルダー、さらにはカスタム フォルダーを通過する方法がわかりません。
質問に答えるリソースが見つかりません。
vba - AdvancedSearchMethod を使用して dav クエリで添付ファイルを検索する
高度な検索方法を使用して、多数のメールをフィルタリングしようとしています。私は最終的に次のようなフィルターを作成することを検討しています:
問題は、添付ファイルのファイル名の部分 (太字の行) が機能しないことです。これはおそらく、そのオブジェクトへの添付ファイルではなく、olmailitem のようなものを探しているためだと思います。とにかく、添付ファイルの動作を確認する単純なフィルターを取得する必要があり、それをスケールアップできます。これは私がこれまでに持っているものです:
何か考えがあれば教えてください。
ruby-on-rails - フォーム検証を使用してレールで高度な検索を実装する方法
Ruby on Rails 4 でこのシナリオに問題があります。皆さんが私を助けてくれることを願っています。
私は製品、ブランド、価格、およびユーザーのテーブルを持っています:
- 製品: 名前、説明、user_id、...
- ブランド: タイトル
- 価格: 値、shipping_fee、...
- ユーザー: ユーザー名、パスワード、...
以下に基づいて製品を検索できる検索ページが必要です。
- 価格 (最小、最大)
- ブランド
- 販売者名 (users テーブルへの結合になります)
そのようなシナリオを実装する最善の方法について、あなたの提案は何ですか? (または、最もクリーンな方法と言うべきです)
ps1:検索フォームのフィールドを検証する必要があります。
ps2: 太陽黒点を見たことがありますが、そのような全文検索が私のシナリオに適しているかどうかはわかりません。
github - 別のファイルタイプを含まないファイルタイプを含むコミットをgithubで検索する方法
私がやろうとしているのは、css ファイルへの変更を含み、sass ファイルへの変更を含まないリポジトリ内のすべて/任意のコミットを見つけることです。
最終目標:すべての CSS を標準化する
問題:私たちは、比較的新しい新興企業にコーディング標準を実装する過程にあり、私はこの仕事を任されています。私たちは sass を css にコンパイルしますが、最近になって css ファイルの一部が直接変更されていることがわかりました。そのため、対応する sass ファイルをコンパイルすると必然的に問題が発生します。そのため、sass のすべてをバッチで再コンパイルすることはできません。