awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

64 个仓库

Awesome GitHub RepositoriesSearch Suggestions

Mechanisms for providing prefix-based search results as users type.

Distinct from Search Result Aggregators: None of the candidates focus on the prefix-based suggestion capability; they focus on result aggregation or filtering.

Explore 64 awesome GitHub repositories matching data & databases · Search Suggestions. Refine with filters or upvote what's useful.

Awesome Search Suggestions GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • kamranahmedse/developer-roadmapkamranahmedse 的头像

    kamranahmedse/developer-roadmap

    357,434在 GitHub 上查看↗

    Developer Roadmap 是一个社区驱动的平台,提供结构化的、基于图谱的软件工程学习路径。它作为一个综合知识仓库,将技术领域组织成可视化序列,以指导专业技能获取和职业成长。 该项目通过协作生态系统脱颖而出,使用户能够贡献路线图、策划行业最佳实践并维护个人职业档案。它集成了诊断评估框架来评估技术熟练度,帮助开发者识别知识缺口,并通过有针对性的学习序列为专业面试做准备。 除了核心映射能力外,该平台还提供实用的项目创意和交互式辅导,以巩固工程概念。它为社区提供了一个共享资源、跟踪技能进步和导航复杂技术领域的中心化空间。

    Provides mechanisms for offering prefix-based search results as users type.

    TypeScriptangular-roadmapbackend-roadmapblockchain-roadmap
    在 GitHub 上查看↗357,434
  • searxng/searxngsearxng 的头像

    searxng/searxng

    32,180在 GitHub 上查看↗

    This project is a privacy-focused, self-hosted metasearch engine that aggregates results from a wide array of web, academic, and media sources into a single, unified interface. By acting as a proxy between the user and external search providers, it strips identifying headers and tracking parameters from requests, ensuring that search activity remains anonymous and protected from third-party profiling. The platform distinguishes itself through a modular, plugin-based architecture that allows for extensive customization of search behavior, result filtering, and interface branding. It supports a

    Displays alternative search terms and query refinements to help users improve their search intent.

    Pythonbingbravedegoogle
    在 GitHub 上查看↗32,180
  • filamentphp/filamentfilamentphp 的头像

    filamentphp/filament

    31,215在 GitHub 上查看↗

    Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo

    Provides autocomplete suggestions for fields to help users quickly select common values.

    PHPadminalpine-jsbuilder
    在 GitHub 上查看↗31,215
  • eloston/ungoogled-chromiumEloston 的头像

    Eloston/ungoogled-chromium

    26,976在 GitHub 上查看↗

    Ungoogled-Chromium is a privacy-focused web browser based on Chromium that is stripped of background requests and telemetry to prevent data collection by third parties. It functions as a hardened environment created by removing built-in service integrations and blocking runtime requests to stop automatic data transmission to remote servers. The project distinguishes itself through source-code level modifications, including the replacement of specific domain strings with non-existent alternatives to block network connections. It utilizes static build-time service removal to eliminate telemetry

    Defines a custom URL for search engine suggestions using a dedicated text field in the editor.

    Python
    在 GitHub 上查看↗26,976
  • withfig/autocompletewithfig 的头像

    withfig/autocomplete

    25,189在 GitHub 上查看↗

    This project is a shell autocomplete engine and completion provider that adds real-time suggestions for command line interface options and arguments within a terminal. It functions as a declarative completion framework, allowing command hierarchies and option sets to be defined via structured data instead of manual shell scripts. The system acts as a cross-shell completion bridge, translating a single unified definition into commands compatible with multiple different shell environments. This ensures a consistent autocomplete experience across various terminals using a shared specification fo

    Provides real-time filtering of available subcommands and flags as the user types.

    TypeScriptautocompletebashcli
    在 GitHub 上查看↗25,189
  • valeriansaliou/sonicvaleriansaliou 的头像

    valeriansaliou/sonic

    21,249在 GitHub 上查看↗

    Sonic is a high-performance, lightweight search backend designed to provide real-time full-text search and autocomplete capabilities for applications. It functions as a persistent indexing server that maps text terms to object identifiers, allowing developers to integrate rapid search functionality without storing raw document content directly within the search engine. The system distinguishes itself through a specialized graph-based index that enables real-time word prediction and typo correction. Communication is handled via a custom, low-latency binary protocol over raw TCP sockets, which

    Provides real-time prefix-based search suggestions as users type to improve search responsiveness.

    Rustbackenddatabasegraph
    在 GitHub 上查看↗21,249
  • wagtail/wagtailwagtail 的头像

    wagtail/wagtail

    20,366在 GitHub 上查看↗

    Wagtail is an open-source content management system built on the Django web framework. It provides a structured, tree-based approach to content modeling, allowing developers to define custom page types and reusable content components that are managed through a highly customizable administrative interface. The platform distinguishes itself through its flexible, block-based content composition system, which enables editors to assemble complex page layouts dynamically. It also offers robust support for multi-site and multi-lingual environments, allowing organizations to manage distinct websites

    Provides real-time search suggestions as users type by matching against indexed content fields.

    Pythoncmsdjangohacktoberfest
    在 GitHub 上查看↗20,366
  • idvel/rime-iceiDvel 的头像

    iDvel/rime-ice

    17,894在 GitHub 上查看↗

    This project provides a comprehensive configuration framework for the Rime input engine, designed to standardize and optimize typing behavior for Simplified Chinese. It serves as a modular system for managing large-scale vocabulary databases, custom input schemes, and personalized text transformation rules across different computing environments. The configuration distinguishes itself through a layered approach to dictionary management and input routing. It utilizes modular patch files to override default settings without altering core source files, allowing for flexible customization of cand

    Provides mechanisms for prioritizing and recommending candidate words during text input.

    Luarimerime-configrime-custom
    在 GitHub 上查看↗17,894
  • twitter/typeahead.jstwitter 的头像

    twitter/typeahead.js

    16,451在 GitHub 上查看↗

    typeahead.js is a JavaScript autocomplete library used to build searchable input fields that provide real-time suggestions from local or remote data sources. It functions as a client-side suggestion engine and an asynchronous search interface, providing a customizable UI toolkit for managing search suggestion menus. The library focuses on data aggregation and performance, allowing the combination of multiple local or remote datasets into a single interface grouped by category. It utilizes rate-limited asynchronous fetching to prevent API overloading and employs search data prefetching and loc

    Provides prefix-based search suggestions fetched from a remote API with integrated rate-limiting.

    JavaScript
    在 GitHub 上查看↗16,451
  • designmodo/flat-uidesignmodo 的头像

    designmodo/Flat-UI

    15,213在 GitHub 上查看↗

    Flat-UI is a collection of responsive UI toolkits and CSS libraries used to build websites and interactive web components with a flat design aesthetic. It provides a responsive frontend toolkit and a web component library based on the Bootstrap framework to create adaptive layouts. The library focuses on implementing a consistent flat design through predefined hex color palettes and typography styles. It replaces standard browser elements with customized visual styles to remove skeuomorphic depth. The toolkit covers a broad range of interface capabilities, including customized form elements

    Provides typeahead search inputs that suggest entries from a defined data source.

    JavaScript
    在 GitHub 上查看↗15,213
  • angular-ui/bootstrapangular-ui 的头像

    angular-ui/bootstrap

    14,206在 GitHub 上查看↗

    This project is a collection of native directives designed to implement the Bootstrap component framework within Angular applications. It provides a suite of modular interface elements that allow developers to build interactive web components without requiring external JavaScript dependencies. The library distinguishes itself by using a dependency-free logic layer that relies entirely on native framework primitives. It features a specialized service-based positioning engine to manage the placement of floating overlays and an event-driven system to coordinate the lifecycle of complex UI elemen

    Suggests matching options from a data source as users type into text inputs.

    JavaScript
    在 GitHub 上查看↗14,206
  • dwyl/english-wordsdwyl 的头像

    dwyl/english-words

    12,152在 GitHub 上查看↗

    This project provides a comprehensive collection of English vocabulary designed for programmatic access, dictionary lookups, and linguistic research. It serves as a structured repository of words formatted for integration into software development tasks, including natural language processing and text analysis. The dataset is distributed as static, schema-less files in plain text and universal serialization formats. This approach allows the vocabulary to be consumed by any programming language or runtime environment without requiring external dependencies or complex indexing. The repository s

    Provides structured word lists to power predictive text features and search suggestions.

    Python
    在 GitHub 上查看↗12,152
  • james-yu/latex-workshopJames-Yu 的头像

    James-Yu/LaTeX-Workshop

    12,156在 GitHub 上查看↗

    LaTeX Workshop is a comprehensive integrated development environment extension designed for authoring and typesetting complex documents. It functions as a complete workflow tool that automates the compilation process, manages multi-file project structures, and provides real-time feedback through bidirectional synchronization between source code and generated output. The project distinguishes itself by offering deep integration with the typesetting lifecycle, including containerized build environments and automated orchestration of external toolchains. It provides advanced visual feedback mech

    Parses project files to provide citation and reference suggestions for quick insertion.

    TypeScript
    在 GitHub 上查看↗12,156
  • graphql-go/graphqlgraphql-go 的头像

    graphql-go/graphql

    10,155在 GitHub 上查看↗

    This project is a GraphQL implementation for Go, providing a complete suite for building GraphQL servers. It includes a schema engine for defining types, a query parser to convert strings into abstract syntax trees, and an execution engine that resolves fields against a defined schema to return structured data. The library distinguishes itself through reflection-based type mapping, allowing object definitions and arguments to be derived directly from native Go structs. It also supports the execution of real-time data streaming via GraphQL subscriptions and provides an extensible execution pip

    Provides similarity-based ranking of possible string values to suggest autocomplete options for partial inputs.

    Gographqlgraphql-gosubscriptions
    在 GitHub 上查看↗10,155
  • cosscom/cosscosscom 的头像

    cosscom/coss

    10,125在 GitHub 上查看↗

    Coss is an accessible UI component library and design system framework used to build web interfaces. It provides a comprehensive kit of interactive elements and layout building blocks that follow screen reader and keyboard navigation standards. The project functions as a UI overlay management library, offering specialized tools for implementing anchored popovers, tooltips, and slide-out panels with smooth transitions. It includes a set of accessible form primitives and selection controls to ensure compatibility across different assistive technologies. Its broader capabilities cover the const

    Offers a list of suggested options to users as they type into a text field.

    TypeScriptnextjsradix-uireact
    在 GitHub 上查看↗10,125
  • yokoffing/betterfoxyokoffing 的头像

    yokoffing/Betterfox

    10,059在 GitHub 上查看↗

    Betterfox is a curated configuration profile for the Firefox web browser designed to optimize speed, security, privacy, and user interface minimalism. It provides a set of preferences and settings to harden the browser environment and improve overall performance. The project distinguishes itself through targeted configuration suites that refine scrolling behavior, font rendering, and interface elements while removing visual distractions from the new tab page and address bar. It includes specific directives to disable telemetry, tracking, and digital rights management. Its broader capabilitie

    Manages whether the browser sends real-time input to search engines for query suggestions to enhance privacy.

    JavaScriptanti-trackingfirefoxgecko
    在 GitHub 上查看↗10,059
  • teampiped/pipedTeamPiped 的头像

    TeamPiped/Piped

    9,780在 GitHub 上查看↗

    Piped is a privacy-focused video streaming service and self-hosted media proxy. It allows users to watch video and audio content without advertisements, user tracking, or the requirement of official accounts. The project utilizes a decentralized server network to distribute workloads and rotate outbound IP addresses, which helps bypass regional content restrictions and prevent provider blocks. It includes the ability to identify and skip sponsored segments within media files for a cleaner viewing experience. The service provides a JSON API for third-party integration to fetch video streams,

    Provides prefix-based search suggestions to help users find content quickly.

    Vueactivejdearrowhacktoberfest
    在 GitHub 上查看↗9,780
  • whatwg/htmlwhatwg 的头像

    whatwg/html

    9,163在 GitHub 上查看↗

    This repository contains the HTML specification, which defines the core standards for web page structuring, content organization, and document rendering. It establishes the fundamental algorithms for state-machine-based tokenization, tree construction for the document object model, and origin-based security isolation. The specification provides a framework for defining custom elements with independent lifecycles and registries. It also details the requirements for cross-document communication, session history management, and the synchronization of interface properties with content attributes.

    Links text inputs to a list of predefined suggested values for user selection.

    HTMLcanvaseventsourcehtml
    在 GitHub 上查看↗9,163
  • sxei/chrome-plugin-demosxei 的头像

    sxei/chrome-plugin-demo

    8,674在 GitHub 上查看↗

    《Chrome插件开发全攻略》配套完整Demo,欢迎clone体验

    Registers a keyword in the address bar to trigger custom search suggestions and actions.

    JavaScript
    在 GitHub 上查看↗8,674
  • sharingsource/logicstack-leetcodeSharingSource 的头像

    SharingSource/LogicStack-LeetCode

    7,495在 GitHub 上查看↗

    LogicStack-LeetCode is a curated repository of solved algorithm problems and data structure implementations, primarily drawn from the LeetCode platform. Its core identity is a structured collection of solutions designed to support technical interview preparation and competitive programming practice, with each solution accompanied by complexity analyses to help engineers understand performance trade-offs. The repository distinguishes itself through its breadth of coverage across fundamental algorithmic patterns and data structures. It includes implementations for array manipulation, string pro

    Returns up to three product name suggestions for each character typed, using a hash map to store products by prefix.

    algorithminterview-practiceinterview-questions
    在 GitHub 上查看↗7,495
上一个123…4下一个
  1. Home
  2. Data & Databases
  3. Search Suggestions

探索子标签

  • Bookmark SuggestionsMechanisms for providing bookmark search suggestions from a local HTTP endpoint. **Distinct from Search Suggestions:** Distinct from Search Suggestions: focuses on bookmark-specific suggestions rather than general search suggestions.
  • Browser Address Bar SuggestionsRegisters a keyword so that typing it in the address bar triggers custom search suggestions and actions. **Distinct from Search Suggestions:** Distinct from Search Suggestions: focuses on browser address bar keyword-triggered suggestions rather than general prefix-based search suggestions.
  • Category AssociationsLinking suggestions to specific categories to refine search scope. **Distinct from Search Suggestions:** Focuses on the categorization of suggestions rather than the generation of the suggestions themselves.
  • Contextual Product SuggestionsGenerating search suggestions based on the attributes of a specific product being viewed. **Distinct from Search Suggestions:** Distinct from Search Suggestions: generates suggestions derived from a specific product's attributes rather than generic prefix matching.
  • Custom Suggestion EndpointsDefining custom URLs for search engine suggestions within the browser configuration. **Distinct from Search Suggestions:** Focuses on the configuration of the suggestion source URL rather than the mechanism of prefix-based results.
  • Data Mapping1 个子标签Translating raw data source items into a standardized format for a suggestion UI. **Distinct from Search Suggestions:** Focuses on the mapping from raw data to display labels/values rather than the search algorithm itself.
  • Default SuggestionsPredefined suggestions displayed when the search input is empty. **Distinct from Search Suggestions:** Specifically addresses the empty-state display rather than the prefix-matching logic of general search suggestions.
  • Fuzzy Query SuggestionsSuggest complete search queries from partial input, using fuzzy matching and relevance ranking for suggestions. **Distinct from Search Suggestions:** Distinct from Search Suggestions: adds fuzzy matching and relevance ranking to query suggestions, not just prefix-based results.
  • Input Suggestions6 个子标签Mechanisms for providing recommended values for text inputs while allowing custom entries. **Distinct from Search Suggestions:** Focuses on form-based input suggestions rather than search-specific prefix matching.
  • Keyboard-AccessibleSearch suggestion interfaces that support opening and selecting results via keyboard keys. **Distinct from Search Suggestions:** Focuses on the keyboard interaction layer of search suggestions rather than the prefix-matching logic.
  • Local HTTP EndpointsLocal HTTP endpoints that serve search suggestions based on note data. **Distinct from Search Suggestions:** Distinct from Search Suggestions: focuses on serving suggestions via a local HTTP API, not general prefix-based search.
  • Ranked Query Completions1 个子标签Generate suggested completions for a partial query, ranked by relevance, to guide users toward valid searches. **Distinct from Search Suggestions:** Distinct from Search Suggestions: generates ranked completions for partial queries, not just prefix-based result suggestions.
  • Suggestion Content Filtering1 个子标签Mechanisms to filter and remove offensive or prohibited terms from autocomplete suggestions. **Distinct from Search Suggestions:** Focuses on content safety and moderation of suggestions, whereas Search Suggestions is the retrieval mechanism.
  • Suggestion RetrievalThe process of fetching candidate suggestions from various data sources. **Distinct from Search Suggestions:** Focuses on the retrieval mechanism from multiple source types (API, static, index) rather than just prefix matching.
  • WeChat Keyword SuggestionsGenerates related keyword suggestions for refining WeChat account and article searches. **Distinct from Search Suggestions:** Distinct from general Search Suggestions: specifically targets WeChat platform content, not generic prefix-based search suggestions.
  • Whitelist SuggestionsDropdown systems that provide predefined values from a local or remote list with search capabilities. **Distinct from Search Suggestions:** Focuses on predefined whitelists for tag selection rather than general search query prefix suggestions.