In my database I have 301 'entries' and the user should be able to choose one of them. The problem is, that I don't want to display 301 lines with the name of every entry and a radio box next to it.
So, what is the best way to show such data and let the user choose it? The database structure is
ID, name, type, country, region, lon, lat, description.
ユーザーが表示する正しいものを選択できるように、どうにかしてそれを表示する必要があります。しかし、私が言ったように、301 行は多すぎます。ドロップダウンメニューも考えましたが、これも多すぎます。何か案は?
編集: インスタント検索を行うこともできますが、これはここで行う小さなタスクにすぎないため、インスタント検索は実際の製品よりも多くの作業が必要になります。