- Posts: 98
COMMUNITY FORUM
Search item by ID in admin panel?
- Roman Lipatov
- Topic Author
- Offline
- Premium Member
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
However you can sort them by ID so you can locate the item more easily.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Roman Lipatov
- Topic Author
- Offline
- Premium Member
- Posts: 98
So, when they need to find item with ID 3874 - it's not simply, even using sortings.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
- Offline
- Platinum Member
- Posts: 15920
/administrator/index.php?option=com_k2&view=item&cid=3874
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
- Offline
- Platinum Member
- Joomla Developer
Krikor's answer is very good as long as you are looking for the item to edit it, otherwise you will need to modify the items model of the backend.
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Joe Campbell
- Offline
- Platinum Member
- Posts: 438
It could be executed with a dropdown positioned next to the search field, offering the folowing selections:
- title & body
- item ID
- extra field 1
- extra field 2
- extra field 3
Note: the extra fields to be included in the search dropdown (as well as the field order) would need to be specified via the plugin parameters.
If this is all possible, I would call the plugin "K2 Admin Search"
Please Log in or Create an account to join the conversation.
- Roman Lipatov
- Topic Author
- Offline
- Premium Member
- Posts: 98
I every day have this problem.
When I need to find K2 item which contains some text, I go to the front end, then I use front end search, I typing text, then I can see K2 items, that contains this text, then I copy title of 1 item and go to admin panel, then I paste title in search field and finally I can open K2 item for edit.
Then I making same steps every now and again for each item and each search phrase...
So, if you are going to create this plugin, please, be so kind to include ability to search in k2 content for admin area.
About searching by ID. Some time ago one freelancer made some fixes in k2 and we had ability to search with ID. But it was in old K2 version.
I think, he used condition like, If search phrase contains only numbers - so search in ID's.
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
- Offline
- Platinum Member
- Joomla Developer
To search everything in K2, except the id, edit the parameters of K2, go to the "Advanced" tab, and find the "Administration item search" list, select "Full (Everything)"
Multiple Extra Fields Groups for K2
AutoMeta for K2
Chained Fields for K2
More K2 Extensions In My Extensions Store
Please Log in or Create an account to join the conversation.
- Roman Lipatov
- Topic Author
- Offline
- Premium Member
- Posts: 98
Mohamed Abdelaziz wrote: @Roman
To search everything in K2, except the id, edit the parameters of K2, go to the "Advanced" tab, and find the "Administration item search" list, select "Full (Everything)"
Thanks!
I do not knew about this option...
It remains to add search by ID :) and fields.
Please Log in or Create an account to join the conversation.
- Joe Campbell
- Offline
- Platinum Member
- Posts: 438
Please Log in or Create an account to join the conversation.