A semantic search engine for source code https://bitshift.benkurtovic.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

42 lines
1.2 KiB

  1. = extends "layout.html"
  2. = block title
  3. docs
  4. = endblock
  5. = block body
  6. <h1>Usage</h1>
  7. <p>
  8. bitshift is a search-engine optimized for source code: beyond supporting searches with the full range of ASCII
  9. symbols, the engine <em>understands</em> code, allowing users to query for metadata, like time of creation/last
  10. modification, programming language, and even symbols like function names and variables. Basic use boils down to
  11. general and advanced searches.
  12. <h2>general search</h2>
  13. <p>
  14. To perform a "general search," simply place your cursor in the search bar on our home page and begin typing; when
  15. you stop typing for a short period of time, we'll automtically execute a query for you. As you scroll down the
  16. results page, the front-end will query our server and seamlessly load more and more results.
  17. </p>
  18. <h2>advanced search</h2>
  19. <p>
  20. General searches, though, are limited. To allow users to make the best of our engine, we created an advanced
  21. search form that allows the creation of complex queries.
  22. <h3>search fields</h3>
  23. <p>
  24. </p>
  25. <h3>search groups</h3>
  26. <p></p>
  27. </p>
  28. </p>
  29. <h1>Handwritten Queries</h1>
  30. <p></p>
  31. <h1>Get involved</h1>
  32. <p></p>
  33. = endblock