# 비디오 콘텐츠 정리하기

**URL:** https://meta.discourse.org/t/organize-video-contents/206902
**Category:** Support
**Created:** [10월 24, 2021, 3:30오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902 "2021-10-24T15:30:13Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [10월 24, 2021, 3:30오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/1 "2021-10-24T15:30:14Z")

</div>

안녕하세요,

게시물 내 비디오 콘텐츠의 검색 가능성을 높이는 해결책을 찾고 있습니다. 고급 검색 기능에는 `with:images`만 있고 `with:videos`로 필터링할 옵션이 없습니다.

비디오 콘텐츠가 포함된 게시물을 검색하거나 정리할 수 있는 방법이 있을까요? 문제는 비디오에 제목이나 설명이 없어서 검색이 불가능하다는 점입니다. `video` 태그를 사용하는 것이 약간 도움이 될 수 있지만, 이는 게시물이 아니라 주제에 대한 필터일 뿐입니다.

답변과 조언 감사합니다! 🙂

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [10월 24, 2021, 4:08오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/2 "2021-10-24T16:08:05Z")

</div>

이렇게 하면 도움이 될까요?

 ![image](https://global.discourse-cdn.com/meta/original/3X/6/0/60e78293b9c03a3217e35441302979abb9c40456.png)

제 제목은 `error`이고, 태그는 `unsupported-install`입니다.

---

<div class="post-metadata">

### Author: ![IAmGav](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/iamgav/32/235598_2.png) [@IAmGav](https://meta.discourse.org/u/IAmGav)
#### Post date: [10월 24, 2021, 4:32오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/3 "2021-10-24T16:32:12Z")

</div>

태그를 사용하면 정말 무엇이든 정리할 수 있습니다.

---

<div class="post-metadata">

### Author: ![Don](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/don/32/228726_2.png) [@Don](https://meta.discourse.org/u/Don)
#### Post date: [10월 24, 2021, 4:38오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/4 "2021-10-24T16:38:14Z")

</div>

네, 괜찮아요. 저는 태그를 사용하는데, 문제는 그게 토픽 필터에만 적용된다는 거예요. 그래서 `video` 태그가 있는 토픽에 댓글이 500개 이상이면 해당 영상 관련 게시물을 찾는 데 시간이 너무 오래 걸려요. 그래서 사용자들에게 영상 검색을 더 쉽고 빠르게 만들어 줄 방법을 고민하고 있어요. 🙂

---

<div class="post-metadata">

### Author: ![Moin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/moin/32/554653_2.png) [@Moin](https://meta.discourse.org/u/Moin)
#### Post date: [10월 24, 2021, 5:00오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/5 "2021-10-24T17:00:54Z")

</div>

> [@Discourse 검색 기능 패치](https://meta.discourse.org/t/patching-discourses-search/157156/2?u=moin):
>
> You can extend search from your plugin, for example you could add an advanced filter like this: require\_dependency 'search' if Search.respond\_to? :advanced\_filter Search.advanced\_filter(/with:video/) do |posts| posts.where("posts.cooked LIKE '%\<video %'") end end The above will only display posts containing videos when the search box includes the with:video keyword. See also the [badge advanced filter](https://github.com/discourse/discourse/blob/master/lib/search.rb#L359-L359) for an example of a search query that takes user data into account.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [12월 10, 2022, 4:56오후 UTC](https://meta.discourse.org/t/organize-video-contents/206902/6 "2022-12-10T16:56:37Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
