- Dec 12, 2022
- 357
- 2
I have a csv like this with around 200 rows
Name, Description, Header, Age
I wish to have a SearchView where a list is displayed with matching results however, I would like to show only name but allow user to match on any of the fields above. for example putting 30 shows all names with 30 in any of the columns.
1. Is it possible with any of current SearchView Options like SearchView, SQLSearchView, FTS etc?
2. Since the number of rows is not going to be very large is it better to use an in memory index or sql ?
Please Suggest.
Thanks !
Name, Description, Header, Age
I wish to have a SearchView where a list is displayed with matching results however, I would like to show only name but allow user to match on any of the fields above. for example putting 30 shows all names with 30 in any of the columns.
1. Is it possible with any of current SearchView Options like SearchView, SQLSearchView, FTS etc?
2. Since the number of rows is not going to be very large is it better to use an in memory index or sql ?
Please Suggest.
Thanks !
برای دیدن لینک ها باید ثبت نام کنید