content:- Text in files (quoted:content: "auth")filePath:- Paths with wildcards (NO quotes:filePath: *test*)kind:- Symbol type (quoted:kind: "function_declaration")language:- Language (no quotes:language: python)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>How Indexing Works — Semantic Code Search</title> | |
| <style> | |
| :root { | |
| --bg: #0d1117; | |
| --surface: #161b22; |
OlderNewer