Osclass forums

Support forums => Suggestions => Topic started by: akapar on January 31, 2012, 07:42:58 am

Title: search item by item ID
Post by: akapar on January 31, 2012, 07:42:58 am
At admin panel, I usually have to do some modification (edit, delete) of items via Items->Manage Items. Here one key search functionality that I require a lot is search by item ID. I try search by keywords but usually this search is not that effective. Search by item ID would make it very easy to manage items.

Thanks.

http://05suq.com (http://05suq.com)
Title: Re: search item by item ID
Post by: _CONEJO on January 31, 2012, 12:07:12 pm
Hi akapar,


Good news to you! That feature is already included in the next version. So in OSClass 2.4 you will be able to search by item ID.


Thanks
Title: Re: search item by item ID
Post by: RajaSekar on January 31, 2012, 12:47:09 pm

wow! Nice features in next release

We are waiting for osclass 2.4 version.
Title: Re: search item by item ID
Post by: bilekas on January 31, 2012, 04:25:36 pm
In the meantime, this can be done with the following form.

Code: [Select]
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>
Title: Re: search item by item ID
Post by: ingo on February 01, 2012, 05:17:20 am
Hi Bilekas,

cool, that works, thank you  :)
Title: Re: search item by item ID
Post by: zepht on April 27, 2012, 08:10:46 pm
In the meantime, this can be done with the following form.

Code: [Select]
<form method="get" action="index.php?" onsubmit="return(this, 'index.php?');"><input type="hidden" name="page" value="item"><input type="hidden" name="id" value="Search">Listing ID: <input size="5" type="text" name="id"><input type="submit" value="Search" class="button"></form>

Where do I have to put this code to work? I also want to search by ID in admin panel. I appreciate if you could give me an answer.
Title: Re: search item by item ID
Post by: trains58554 on April 27, 2012, 08:13:30 pm
Hi zepht,

In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/

Jay
Title: Re: search item by item ID
Post by: zepht on May 09, 2012, 10:49:04 pm
Hi zepht,

In 2.4 they added the option to search by ID. Currently it is out for beta testing and I would imagin it will be released very soon. Here is the blog topic that talks about 2.4 rc http://osclass.org/blog/2012/04/23/beta-testers-osclass-2-4-rc/

Jay

Lot of thanks, trains but I don't like beta testing ... so I need some features before 2.4 is out of beta testing. I appreciate anyway
Title: Re: search item by item ID
Post by: trains58554 on May 10, 2012, 07:27:43 am
Hi zepht,

OSClass 2.4 is out of beta testing. You can download it here. http://osclass.org/blog/2012/05/02/osclass-2-4/

Jay
Title: Re: search item by item ID
Post by: asimshaz on May 10, 2012, 03:21:21 pm
 ;D i am using 2.4
Title: Re: search item by item ID
Post by: zepht on May 21, 2012, 10:31:47 pm
Hi Bilekas,

cool, that works, thank you  :)

Hello ingo, I couldn't figure where you put this code to work for you. have you made any other changes?