[JAVA-3329] Javadoc search is broken on 3.11 reference docs Created: 18/Jun/19 Updated: 28/Oct/23 Resolved: 16/Jul/19 |
|
| Status: | Closed |
| Project: | Java Driver |
| Component/s: | Documentation |
| Affects Version/s: | None |
| Fix Version/s: | 3.11.0 |
| Type: | Improvement | Priority: | Major - P3 |
| Reporter: | Jeffrey Yemin | Assignee: | Ross Lawley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Backwards Compatibility: | Fully Compatible |
| Description |
|
A search for a class in the fulltext search on the top right of the Javadoc results in a 404. For example, a search for "MongoClient" takes you to the page: http://mongodb.github.io/mongo-java-driver/3.11/javadoc/undefined/com/mongodb/MongoClient.html. It's not clear where the "undefined" is coming from. The URL should just be: http://mongodb.github.io/mongo-java-driver/3.11/javadoc/com/mongodb/MongoClient.html |
| Comments |
| Comment by Githook User [ 01/Aug/19 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix javadoc search js Cannot use --no-module-directories as that would break any links
|
| Comment by Githook User [ 16/Jul/19 ] |
|
Author: {'name': 'Ross Lawley', 'email': 'ross.lawley@gmail.com', 'username': 'rozza'}Message: Fix javadoc search js Cannot use --no-module-directories as that would break any links
|
| Comment by Ross Lawley [ 09/Jul/19 ] |