-
-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
검색시 한글을 입력하고 스페이스를 한번 쳐야 드디어 검색 후보가 나타남 #275
Comments
일단 한국어 위키백과에서도 문제가 동일한 것을 확인할 수 있었습니다. 한글이 아닌 로마자일 때는 이러한 문제가 없습니다. |
제이쿼리의 autocomplete를 이용하여 검색박스를 제작하면 한글에도 자동완성 박스가 바로바로 출현한 것을 확인할 수 있었습니다. 아래 링크에서 한글 value 를 추가하신 뒤 (ex. { value: '하나', data: '하나' } > 검색을 시도하시면 바로 자동완성 박스가 출현하는 것을 확인할 수 있습니다. 이 효과를 적용하면 어떨지 여쭙고 싶습니다. exam code : https://jsfiddle.net/jmnote/ngcrxLnj/?utm_source=website&utm_medium=embed&utm_campaign=ngcrxLnj js file link : https://cdnjs.cloudflare.com/ajax/libs/jquery.devbridge-autocomplete/1.2.26/jquery.autocomplete.min.js
|
코드를 찾아봤는데, 미디어위키에서 검색 추천을 표현하기 위해서 우선 765P 님 말씀은, 혹시 페미위키가 자동완성을 직접 구현하고 있는 경우에 참고해 달라는 의견으로 이해했습니다. 아니면 자동완성을 직접 구현하여 대체하는 것을 전제에 두신 것인가요? |
다음과 같은 자바스크립트로 일단 처리하였습니다. https://femiwiki.com/index.php?oldid=140336 나중에 https://phabricator.wikimedia.org/T177251 이슈가 해결되면 해당 자바스크립트를 제거하는 것으로 마무리하면 되겠습니다. |
넵 후자에 가깝습니다만 현재 추가하신 자스 코드(https://femiwiki.com/index.php?oldid=140336)로도 충분히 대처 가능한 것으로 보입니다. 감사합니다. |
new Vue.js search experience에서는 이 문제가 없어 보입니다 |
The text was updated successfully, but these errors were encountered: