Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
このクエリ「select product where name 'prod%' from productos」が必要ですが、ノードと mongo db を使用すると、次のようになります。
query["$or"].push({'product': new RegExp(cadsrch, 'i')});
これはこれを行います->「%prod%」ですが、「prod%」が必要です。