FAQ

Answers to questions you may encounter while using so.ez

Last Updated: 2026-06-24Reading Time: About 8 minutes

General Questions

Q: What is so.ez?

A: so.ez is a professional search engine syntax configuration tool that helps you visually configure search engine syntax for one-click multi-engine search. With so.ez, you can:

  • Manage and configure commonly used search engines
  • Create reusable search syntax plans
  • Combine search engines and syntax plans
  • Search in multiple search engines simultaneously

Q: Is so.ez free?

A: Yes, so.ez is completely free to use. All features can be used for free without any hidden costs.

Q: Do I need to register an account?

A: No. so.ez can be used without registering an account. All data is stored locally in your browser and will not be uploaded to servers.

Q: Which browsers are supported?

A: so.ez supports all modern browsers, including:

  • Google Chrome (recommended)
  • Mozilla Firefox
  • Microsoft Edge
  • Safari
  • Other Chromium-based browsers

Configuration Issues

Q: How to add search engines?

A: Steps to add search engines:

  1. Click "Config" button in top navigation bar
  2. Select "Search Engines" tab
  3. Click "Add Engine" button
  4. Fill in engine information:
  5. Click "Save" to complete

Q: What is URL template format?

A: URL template is the search URL of search engine, where query parameters use {query} as placeholder.

Examples:

  • Google: https://www.google.com/search?q={query}
  • Bing: https://www.bing.com/search?q={query}
  • 百度: https://www.baidu.com/s?wd={query}

Q: How to create syntax plans?

A: Steps to create syntax plans:

  1. Go to "Config" → "Syntax Plans"
  2. Click "Add Syntax Plan"
  3. Fill in plan name and description
  4. Add syntax tokens:
  5. Click "Save" to complete

Q: How to create search plans?

A: Steps to create search plans:

  1. Go to "Config" → "Search Plans"
  2. Click "Add Search Plan"
  3. Fill in plan name
  4. Select created syntax plan
  5. Select one or more search engines
  6. Select whether to enable multi-open mode
  7. Click "Save" to complete

Q: What is multi-open mode?

A: Multi-open mode means when selecting multiple search engines, tabs for all selected engines are opened simultaneously for searching. This allows you to compare results from different search engines.

Note: When more than 5 search engines are selected, the system will show a confirmation prompt.

Data Management

Q: Where is data stored?

A: All data is stored in browser IndexedDB, not uploaded to servers. This means:

  • Data only exists in current browser
  • Clearing browser data will cause configuration loss
  • Data between different devices will not sync automatically

Q: How to backup my configuration?

A: Steps to backup configuration:

  1. Go to "Config" → "Import/Export"
  2. Select "Export All"
  3. System will generate JSON file
  4. Save file to safe location

It is recommended to regularly export backups to prevent data loss.

Q: How to restore configuration?

A: Steps to restore configuration:

  1. Go to "Config" → "Import/Export"
  2. Select "Import"
  3. Select previously exported JSON file
  4. Select conflict handling strategy (skip/overwrite/rename)
  5. Confirm import

Q: How to sync configuration between different devices?

A: Currently requires manual export/import:

  1. Export configuration on source device
  2. Transfer JSON file to target device (via email, cloud storage, etc.)
  3. Import configuration on target device

Q: What happens after clearing browser data?

A: Clearing browser data will cause all configuration to be lost, including search engines, syntax plans, and search plans. It is recommended to export backup before clearing data.

Technical Issues

Q: What to do if page loads slowly?

A: Possible reasons for slow page loading:

  • Network connection issues: Check network connection
  • Browser cache: Clear browser cache and try again
  • Browser extension conflicts: Disable extensions and try again
  • Data volume too large: Clean up unnecessary configuration data

Q: What to do if new tabs cannot be opened during search?

A: Possible causes and solutions:

  • Browser blocking popups: Allow website to open popups
  • Browser extension blocking: Disable ad blocking extensions
  • Browser settings issues: Check browser settings

Q: What to do if configuration is lost?

A: Possible reasons for configuration loss:

  • Cleared browser data
  • Used private mode/incognito mode
  • Browser crash or abnormality

If you have previously exported a backup, you can restore through import. Otherwise, lost configuration cannot be recovered.

Q: How to report issues or make suggestions?

A: If you encounter issues or have improvement suggestions, welcome to provide feedback through the following methods:

  • Submit GitHub Issue
  • Send email to project mailbox
  • Participate in project discussions

Quick Reference

Common Syntax Quick Reference

SyntaxDescriptionExample
site:Specify site searchsite:github.com
intitle:Title searchintitle:tutorial
filetype:File type searchfiletype:pdf
inurl:URL searchinurl:blog
intext:Body text searchintext:keyword
OROr operationA OR B
NOTNot operationA NOT B

Common Search Engine URL Templates

Search EngineURL Template
Googlehttps://www.google.com/search?q={query}
Binghttps://www.bing.com/search?q={query}
Baiduhttps://www.baidu.com/s?wd={query}
Google Scholarhttps://scholar.google.com/scholar?q={query}

Need More Help?