Search
Duplicate

Searching

People use various search techniques to find content on their device, within an app, and within a document or file.
사람들은 다양한 검색 기술을 사용하여 장치, 앱 내 및 문서 또는 파일 내에서 콘텐츠를 찾습니다.
To search for content within an app, people generally expect to use a search bar. When it makes sense, you can personalize the search experience by using what you know about how people interact with your app. For example, you might display recent searches or a search history, or offer search-term suggestions, completions, or corrections based on terms people searched earlier in your app. For guidance, see Search fields.
앱 내에서 콘텐츠를 검색하기 위해 사람들은 일반적으로 검색 바를 사용하기를 기대합니다. 개발자는 사람들이 앱과 어떻게 상호 작용하는 지를 파악하고 그를 활용하여 검색 경험을 개인화할 수 있습니다. 예를 들어, 최근 검색 또는 검색 기록을 표시하거나 사용자가 앱에서 이전에 검색한 용어를 기반으로 검색어 제안, 완료 또는 수정을 제공할 수 있습니다. 자세한 내용은 검색 필드를 참조하십시오.
→ 일반적인 유저는 검색 바를 활용해서 검색하기를 원한다. 이를 활용하여 검색 경험을 개인화 할 수 있다.
역자 첨언
In some cases, people appreciate the ability to scope a search or filter the results. For example, people might want to search for items by specifying attributes like creation date, file size, or file type. For guidance, see Scope bars. You can also help people find content within an open document or file by implementing ways to find content in a window or page in your iOS, iPadOS, or macOS app.
경우에 따라 검색 범위를 지정하거나 결과를 필터링하는 기능을 좋아하는 사람도 있습니다. 예를 들어, 사람들은 작성 날짜, 파일 크기 또는 파일 형식과 같은 속성을 지정하여 항목을 검색할 수 있습니다. 자세한 내용은 Scope bars을 참조하세요. iOS, iPadOS 또는 MacOS 앱에서 창이나 페이지에서 내용을 찾는 방법을 구현하여 열린 문서나 파일 내에서 내용을 찾을 수 있도록 도와줄 수도 있습니다.
역자 첨언
In iOS, iPadOS, and macOS, Spotlight helps people find content across all apps in the system and on the web. When you index and provide information about your app’s content, people can use Spotlight to find content your app contains without opening it first.
iOS, iPadOS 및 macOS에서 Spotlight는 사람들이 시스템과 웹의 모든 앱에서 콘텐츠를 찾을 수 있도록 도와줍니다. 앱의 콘텐츠에 대한 정보를 색인화하고 제공하면 사람들은 Spotlight를 사용하여 앱을 먼저 열지 않고도 앱에 포함된 콘텐츠를 찾을 수 있습니다.
역자 첨언

Best practices

Make your app’s content searchable. You can share content with Spotlight by making it indexable and specifying descriptive attributes known as metadata. Spotlight extracts, stores, and organizes this information to allow for fast, comprehensive searches.
앱의 콘텐츠를 검색할 수 있도록 하세요. 콘텐츠를 색인화하고 메타데이터로 알려진 설명 속성을 지정하여 Spotlight와 공유할 수 있습니다. Spotlight는 이 정보를 추출, 저장 및 정리하여 빠르고 포괄적인 검색을 가능하게 합니다.
→ 콘텐츠를 색인화하고 Spotlight와 속성을 공유하여 빠른 검색을 가능케해라.
Define metadata for custom file types you handle. Supply a Spotlight File Importer plug-in that describes the types of metadata your file format contains. For developer guidance, see CSImportExtension.
처리하는 사용자 지정 파일 형식의 메타데이터를 정의하세요. 파일 형식에 포함된 메타데이터 유형을 설명하는 Spotlight File Importer 플러그인을 제공합니다. 개발자 지침은 CSImportExtension 참조하세요.
역자 첨언
Use Spotlight to offer advanced file-search capabilities within the context of your app. For example, you might include a button that instantly initiates a Spotlight search based on the current selection. You might then display a custom view that presents the search results or a -filtered subset of them.
Spotlight를 사용하여 앱의 컨텍스트 내에서 고급 파일 검색 기능을 제공하세요. 예를 들어, 현재 선택에 따라 Spotlight 검색을 즉시 시작하는 버튼을 포함할 수 있습니다. 그런 다음 검색 결과를 표시하는 사용자 정의 보기 또는 검색 결과의 필터링된 하위 집합을 표시할 수 있습니다.
역자 첨언
Prefer using the system-provided open and save views. The system-provided open and save views generally include a built-in search field that people can use to search and filter the entire system. For related guidance, see File management.
시스템에서 제공하는 열린 보기 및 저장 보기를 사용하는 것을 지향하세요. 시스템에서 제공하는 열린 보기 및 저장 보기는 일반적으로 사용자가 전체 시스템을 검색하고 필터링하는 데 사용할 수 있는 내장 검색 필드를 포함합니다. 관련 지침은 파일 관리를 참조하세요.
역자 첨언
Implement a Quick Look generator if your app produces custom file types. A Quick Look generator helps Spotlight and other apps show previews of your documents. For developer guidance, see QuickLook.
앱에서 사용자 지정 파일 형식을 생성하는 경우 Quick Look 생성기를 구현하세요. Quick Look 생성기는 Spotlight 및 기타 앱에서 문서 미리 보기를 표시하는 데 도움이 됩니다. 개발자 지침은 QuickLook을 참조하세요.
역자 첨언
No additional considerations for iOS, iPadOS, macOS, tvOS, visionOS, or watchOS.
→ 애플 내부 OS 모두 추가적 고려사항은 없습니다.

Related

작성 날짜
작성자
수정사항
2023/07/25
배찌
초기 번역
2023/12/12
배찌
9월 업데이트본 번역 수정