Skip to content
This repository has been archived by the owner on Aug 5, 2023. It is now read-only.

コメントアウトが機能していない? #1

Closed
yoheitaonishi opened this issue May 16, 2017 · 1 comment
Closed

コメントアウトが機能していない? #1

yoheitaonishi opened this issue May 16, 2017 · 1 comment
Assignees
Labels

Comments

@yoheitaonishi
Copy link

yoheitaonishi commented May 16, 2017

  • 以下のコードを書いて実行しても検索結果が表示されません。
//ここでコードを書いたり、セルを追加したりしてください
db.tweets.find({'hashtags': {$not: {$eq: []}}})
  • 以下のようにコメントアウト部分を削除すると表示されます。
db.tweets.find({'hashtags': {$not: {$eq: []}}})
@gusutabopb gusutabopb self-assigned this May 18, 2017
@gusutabopb gusutabopb added the bug label May 18, 2017
gusutabopb added a commit that referenced this issue May 18, 2017
@gusutabopb
Copy link
Owner

Issueありがとうございます。先程修正しました。iLect環境でも反映させるようにします。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants