cancel
Showing results for 
Search instead for 
Did you mean: 

For search help in web

Former Member
0 Kudos

Hi Experts

when i click the button ,the enterd input in input field will be searched with their matching words....Is it possible?

Let me know if it is possible.......

Please Experts Guide Me..........

Thanks & Regards

Mathi

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mathi,

check ur below link,u can get lot of information about TREX search,

http://help.sap.com/saphelp_nw70/helpdata/en/40/83505303bd5616e10000000a114cbd/frameset.htm

former_member186016
Active Contributor
0 Kudos

Do you want to search on internet.e.g using google.

1) One simple not so good way :

create url:

<b>http://www.google.co.in/search?hl=en&q=</b> Append "text" you want to search. i.e take input text from the input field.

launch this url and you will see the result in browser.

2) Better way: use google search web service.

Check following link for code seearch web service from google:

http://code.google.com/apis/codesearch/overview.html

Create web service model and consume it in your web dynpro application.

You find more web services.

3) Also you can use TREX search. You can find lots of information on SDN. Just need to search

Regards,

Ashwani Kr Sharma

Regards,

Ashwani Kr Sharma

Former Member
0 Kudos

HI,

Thanks for ur reply....

1.You suggested three methods,which is best....

2.How to implement that....

3.And also i searched in sdn about TREX search(How to implement TREX search in WEB DYNPRO java)....But no related infomation in web dynpro java(In General lots of information there)...

Please Guide me

I am new to web dynpro...

Thanks & regards

Mathi

former_member186016
Active Contributor
0 Kudos

Best to use the 2 approach.

Use some web service to search. e.g the one i mentioned above.

Regards,

Ashwani Kr Sharma