<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Regex on Project Indexly</title>
    <link>https://projectindexly.com/en/tags/regex/</link>
    <description>Recent content in Regex on Project Indexly</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 27 Apr 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://projectindexly.com/en/tags/regex/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Search Internals and Advanced Usage</title>
      <link>https://projectindexly.com/en/searching/search-internals/</link>
      <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://projectindexly.com/en/searching/search-internals/</guid>
      <description>&lt;p&gt;This page explains what happens after you run &lt;code&gt;indexly search&lt;/code&gt; or &lt;code&gt;indexly regex&lt;/code&gt;. It is intended for users who want predictable results and developers who need to reason about query behavior.&lt;/p&gt;&#xA;&#xD;&#xA;&#xD;&#xA;&lt;h2 id=&#34;search-pipeline&#34;&#xD;&#xA;       id=&#34;search-pipeline&#34;&gt;&#xD;&#xA;  Search Pipeline&#xD;&#xA;  &lt;a class=&#34;td-heading-self-link&#34; href=&#34;#search-pipeline&#34; aria-label=&#34;Permalink to this heading&#34; title=&#34;Permalink to this heading&#34;&gt;&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&#xD;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Files are indexed into SQLite tables and FTS5 virtual tables.&lt;/li&gt;&#xA;&lt;li&gt;Extracted human-readable text is filtered before it reaches search.&lt;/li&gt;&#xA;&lt;li&gt;Semantic metadata can be weighted into searchable content.&lt;/li&gt;&#xA;&lt;li&gt;Technical metadata is stored for filtering and inspection, not blindly injected into FTS.&lt;/li&gt;&#xA;&lt;li&gt;The CLI parses search flags and builds a safe query plan.&lt;/li&gt;&#xA;&lt;li&gt;Results are ranked or matched, converted to snippets, enriched with tags, and optionally cached.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;The important boundary is that search reads the index. It does not re-extract documents while answering a query.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Search Files with Indexly</title>
      <link>https://projectindexly.com/en/searching/</link>
      <pubDate>Mon, 27 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://projectindexly.com/en/searching/</guid>
      <description>&lt;p&gt;Indexly searches the local index that was created by &lt;code&gt;indexly index&lt;/code&gt;. It does not scan every file again during a search, so result quality depends on what was extracted, filtered, and stored during indexing.&lt;/p&gt;&#xA;&lt;p&gt;Use search when you want ranked, high-signal discovery across documents, emails, source files, and structured text. Use regex when you need exact pattern matching.&lt;/p&gt;&#xA;&#xD;&#xA;&#xD;&#xA;&lt;h2 id=&#34;before-you-search&#34;&#xD;&#xA;       id=&#34;before-you-search&#34;&gt;&#xD;&#xA;  Before You Search&#xD;&#xA;  &lt;a class=&#34;td-heading-self-link&#34; href=&#34;#before-you-search&#34; aria-label=&#34;Permalink to this heading&#34; title=&#34;Permalink to this heading&#34;&gt;&lt;/a&gt;&#xD;&#xA;&lt;/h2&gt;&#xD;&#xA;&#xD;&#xA;&lt;p&gt;Create or refresh the index first:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
