Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
What am I missing in 'add search engine to Chrome'?
bruce_williams
Member, Developers Posts: 842 EDU
in General
@bradley_sauln has an excellent blog article on adding Onshape help search engine to chrome. It looks like it is working - 'h' and tab brings up "Search Onshape Help" then I enter 'extrude' but find nothing. It appears the whole link is appended within the search. It returns "Your search for "extrudehttps://cad.onshape.com/help/index.htm" returned 0 result(s)."
What am I missing?
What am I missing?
www.accuratepattern.com
Tagged:
0
Best Answer
-
bradley_sauln Moderator, Onshape Employees, Developers Posts: 373The most common error is with the url entered into the search engine settings page. Make sure you are entering in:
https://cad.onshape.com/help/index.htm#search-%s
the "-%s" is a very important addition that tells chrome where to insert your query. If you have done this and are still having an issue please share a screenshot of the 'manage search engines' settings page.
6
Answers
https://cad.onshape.com/help/index.htm#search-%s
the "-%s" is a very important addition that tells chrome where to insert your query. If you have done this and are still having an issue please share a screenshot of the 'manage search engines' settings page.
Twitter: @bradleysauln
EDIT found it https://www.onshape.com/cad-blog/tech-tip-fully-maximizing-onshape-help
LearnOnshape facebook group
Perfect. I did have the URL wrong (doubled it!) Thanks for the response and great tip for shortcut for search.
I would like to search my Onshape documents from outside Onshape (best would be in Drive). Anyone know if that's possible? Thanks
Romeo
Try this: https://cad.onshape.com/documents?resourceType=filter&nodeId=1&column=modifiedAt&order=desc&viewMode=0&q=%s
IR for AS/NZS 1100
I realized I have to add the view mode (&viewMode=0) after the search term (%s), so this seems to work instead:
https://cad.onshape.com/documents?column=modifiedAt&order=desc&resourceType=filter&nodeId=1&q=%s&viewMode=0
You should be able to edit it if it hasn't been a day yet. Click the gear icon on the post
IR for AS/NZS 1100
I don't think it actually matters which order it is
I just copied and pasted the URL that i posted above and it replaces the & with &
IR for AS/NZS 1100